-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
48 lines (47 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export(convert_to_json)
export(create_GDS)
export(create_KST)
export(create_KST13)
export(create_NSSH)
export(create_OSD)
export(create_PLANTS)
export(get_assets)
export(get_create_functions)
export(logmsg)
export(osd_to_json)
export(refresh)
export(validateOSD)
importFrom(curl,curl_download)
importFrom(curl,new_handle)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(dplyr,bind_rows)
importFrom(jsonlite,read_json)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,write_json)
importFrom(pdftools,pdf_text)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_enc_toascii)
importFrom(stringi,stri_extract_all_fixed)
importFrom(stringi,stri_match)
importFrom(stringi,stri_match_all)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_trans_general)
importFrom(stringi,stri_trim_both)
importFrom(tibble,as_tibble)
importFrom(tools,file_ext)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(xml2,read_html)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_attrs)