-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.44 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
export(bib2bib)
export(cites_convert)
export(cites_extract)
export(cites_replace_author)
export(cites_replace_number)
export(cites_replace_order)
export(get_abbrtable)
export(get_delcolumns)
export(read_bib2dt)
export(replace_field)
export(run_example)
export(single_add_space)
export(single_cites_convert)
export(single_cites_extract)
export(single_replace_author)
export(single_replace_number)
export(single_replace_order)
export(tex_funs)
export(write_dt2bib)
import(purrr)
import(stringr)
importFrom(data.table,":=")
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,is.data.table)
importFrom(data.table,merge.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setnames)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(rlang,is_empty)
importFrom(shiny,runApp)
importFrom(stringi,stri_unescape_unicode)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_dup)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_glue)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)