-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
S3method(concat_file,default)
S3method(concat_file,webhdfs)
S3method(delete_file,default)
S3method(delete_file,webhdfs)
S3method(dir_stat,default)
S3method(dir_stat,webhdfs)
S3method(file_checksum,default)
S3method(file_checksum,webhdfs)
S3method(file_stat,default)
S3method(file_stat,webhdfs)
S3method(mkdir,default)
S3method(mkdir,webhdfs)
S3method(read_file,default)
S3method(read_file,webhdfs)
S3method(rename_file,default)
S3method(rename_file,webhdfs)
S3method(symlink_dir,default)
S3method(symlink_dir,webhdfs)
S3method(write_file,default)
S3method(write_file,webhdfs)
export(concat_file)
export(curl_webhdfs)
export(delete_file)
export(dir_stat)
export(file_checksum)
export(file_stat)
export(get_webhdfs_home)
export(mkdir)
export(read_file)
export(rename_file)
export(symlink_dir)
export(webhdfs)
export(webhdfs_set)
export(write_file)
importFrom(RCurl,basicHeaderGatherer)
importFrom(RCurl,curlOptions)
importFrom(RCurl,getURL)
importFrom(RCurl,httpGET)
importFrom(RCurl,httpPUT)
importFrom(jsonlite,fromJSON)