-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.08 KB
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 1.08 KB
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
# Generated by roxygen2: do not edit by hand
S3method(new_stream,character)
S3method(new_stream,data.frame)
S3method(new_stream,list)
S3method(new_stream,numeric)
S3method(summary,file_stream)
S3method(write_stream,default)
S3method(write_stream,stream_format_feather)
S3method(write_stream,stream_format_fst)
S3method(write_stream,stream_format_parquet)
S3method(write_stream,stream_format_qs)
S3method(write_stream,stream_format_rds)
export(chunk_by_cols)
export(chunk_by_id)
export(chunk_by_row)
export(config_locker)
export(ext_stream)
export(file_set)
export(file_stream)
export(format_is_set)
export(format_stream)
export(get_fst)
export(head_fst)
export(internalize_fst)
export(is.file_set_item)
export(is.file_stream)
export(is.locker_stream)
export(is.stream_format)
export(is_locker_dir)
export(list_fst)
export(locate_stream)
export(new_stream)
export(reset_locker)
export(setup_locker)
export(temp_ds)
export(version_locker)
export(write_stream)
importFrom(fst,read_fst)
importFrom(fst,write_fst)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,askYesNo)