-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
41 lines (40 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
S3method(print,workspace)
export(list_object_in_workspace)
export(new_workspace)
export(pack_folder)
export(pack_workspace)
export(read_dataset_in_workspace)
export(read_json_str_in_workspace)
export(read_rds_in_workspace)
export(read_timestamp)
export(rm_object_in_workspace)
export(store_dataset)
export(store_json)
export(store_rds)
export(unpack_folder)
export(unpack_workspace)
export(workspace_bind)
export(workspace_copy)
importFrom(arrow,read_parquet)
importFrom(arrow,write_parquet)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,rows_delete)
importFrom(dplyr,rows_upsert)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(rlang,env_has)
importFrom(rlang,env_names)
importFrom(rlang,is_string)
importFrom(rlang,new_environment)
importFrom(stringi,stri_trans_general)
importFrom(tibble,tibble)
importFrom(tools,file_path_sans_ext)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(zip,unzip)
importFrom(zip,zip)