-
Notifications
You must be signed in to change notification settings - Fork 28
/
NAMESPACE
84 lines (83 loc) · 2.14 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
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
S3method("[",osf_tbl)
S3method(as_id,character)
S3method(as_id,osf_id)
S3method(as_id,osf_tbl)
S3method(as_wb_id,osf_tbl)
S3method(osf_cp,osf_tbl_file)
S3method(osf_download,osf_tbl_file)
S3method(osf_ls_files,osf_tbl_file)
S3method(osf_ls_files,osf_tbl_node)
S3method(osf_ls_nodes,osf_tbl_node)
S3method(osf_ls_nodes,osf_tbl_user)
S3method(osf_mkdir,osf_tbl_file)
S3method(osf_mkdir,osf_tbl_node)
S3method(osf_mv,osf_tbl_file)
S3method(osf_open,character)
S3method(osf_open,default)
S3method(osf_open,osf_id)
S3method(osf_open,osf_tbl)
S3method(osf_open,osf_tbl_file)
S3method(osf_rm,osf_tbl_file)
S3method(osf_rm,osf_tbl_node)
S3method(osf_upload,osf_tbl_file)
S3method(osf_upload,osf_tbl_node)
S3method(rbind,osf_tbl)
export("%>%")
export(as_id)
export(osf_auth)
export(osf_cp)
export(osf_create_component)
export(osf_create_project)
export(osf_download)
export(osf_ls_files)
export(osf_ls_nodes)
export(osf_mkdir)
export(osf_mv)
export(osf_open)
export(osf_refresh)
export(osf_retrieve_file)
export(osf_retrieve_node)
export(osf_retrieve_user)
export(osf_rm)
export(osf_upload)
importFrom(crul,HttpClient)
importFrom(crul,upload)
importFrom(crul,url_parse)
importFrom(fs,dir_exists)
importFrom(fs,file_exists)
importFrom(fs,file_info)
importFrom(fs,is_dir)
importFrom(fs,path_common)
importFrom(fs,path_ext_remove)
importFrom(fs,path_ext_set)
importFrom(fs,path_has_parent)
importFrom(fs,path_join)
importFrom(fs,path_rel)
importFrom(fs,path_split)
importFrom(fs,path_tidy)
importFrom(httr,progress)
importFrom(jsonlite,fromJSON)
importFrom(memoise,forget)
importFrom(memoise,memoise)
importFrom(purrr,"%>%")
importFrom(purrr,"%||%")
importFrom(purrr,chuck)
importFrom(purrr,imap_chr)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(purrr,transpose)
importFrom(rlang,abort)
importFrom(rlang,is_empty)
importFrom(rlang,is_scalar_character)
importFrom(rlang,warn)
importFrom(stringi,stri_split_fixed)
importFrom(tibble,tibble)
importFrom(utils,browseURL)
importFrom(utils,head)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,tail)
importFrom(utils,unzip)