-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
74 lines (73 loc) · 1.67 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Generated by roxygen2: do not edit by hand
export(S3FileSystem)
export(fs_bytes)
export(s3_bucket_chmod)
export(s3_bucket_create)
export(s3_bucket_delete)
export(s3_dir_copy)
export(s3_dir_copy_async)
export(s3_dir_create)
export(s3_dir_delete)
export(s3_dir_delete_async)
export(s3_dir_download)
export(s3_dir_download_async)
export(s3_dir_exists)
export(s3_dir_info)
export(s3_dir_ls)
export(s3_dir_ls_url)
export(s3_dir_tree)
export(s3_dir_upload)
export(s3_dir_upload_async)
export(s3_file_chmod)
export(s3_file_copy)
export(s3_file_copy_async)
export(s3_file_create)
export(s3_file_delete)
export(s3_file_delete_async)
export(s3_file_download)
export(s3_file_download_async)
export(s3_file_exists)
export(s3_file_info)
export(s3_file_move)
export(s3_file_move_async)
export(s3_file_size)
export(s3_file_stream_in)
export(s3_file_stream_in_async)
export(s3_file_stream_out)
export(s3_file_stream_out_async)
export(s3_file_system)
export(s3_file_tag_delete)
export(s3_file_tag_info)
export(s3_file_tag_update)
export(s3_file_temp)
export(s3_file_touch)
export(s3_file_upload)
export(s3_file_upload_async)
export(s3_file_url)
export(s3_file_version_info)
export(s3_is_bucket)
export(s3_is_dir)
export(s3_is_file)
export(s3_is_file_empty)
export(s3_path)
export(s3_path_dir)
export(s3_path_ext)
export(s3_path_ext_remove)
export(s3_path_ext_set)
export(s3_path_file)
export(s3_path_join)
export(s3_path_split)
import(R6)
import(data.table)
import(future)
import(future.apply)
import(lgr)
import(paws.storage)
importFrom(curl,curl)
importFrom(fs,dir_exists)
importFrom(fs,dir_info)
importFrom(fs,fs_bytes)
importFrom(fs,is_dir)
importFrom(fs,path)
importFrom(fs,path_join)
importFrom(utils,modifyList)