-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
export(backup_cloud_folder)
export(compare_file_info_files)
export(create_folder)
export(delete_file_or_folder)
export(download_files)
export(file_exists)
export(get_file_versions)
export(get_version_info)
export(list_file_versions)
export(list_files)
export(move_file_or_folder)
export(path_to_file_href)
export(upload_file)
importFrom(httr,GET)
importFrom(httr,VERB)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,http_error)
importFrom(kwb.file,remove_common_root)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,createDirectories)
importFrom(kwb.utils,createDirectory)
importFrom(kwb.utils,defaultIfNULL)
importFrom(kwb.utils,excludeNULL)
importFrom(kwb.utils,indent)
importFrom(kwb.utils,isTryError)
importFrom(kwb.utils,listToDepth)
importFrom(kwb.utils,moveColumnsToFront)
importFrom(kwb.utils,noFactorDataFrame)
importFrom(kwb.utils,orderBy)
importFrom(kwb.utils,removeLeadingSlashes)
importFrom(kwb.utils,renameColumns)
importFrom(kwb.utils,safeRowBindAll)
importFrom(kwb.utils,selectColumns)
importFrom(kwb.utils,stringList)
importFrom(kwb.utils,toLookupList)
importFrom(kwb.utils,uniqueDirnames)
importFrom(utils,read.csv2)
importFrom(utils,read.table)
importFrom(utils,write.csv2)
importFrom(xml2,as_list)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)