-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathNAMESPACE
More file actions
131 lines (130 loc) · 4.14 KB
/
NAMESPACE
File metadata and controls
131 lines (130 loc) · 4.14 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Generated by roxygen2: do not edit by hand
S3method(add_count,polars_data_frame)
S3method(add_count,polars_lazy_frame)
S3method(anti_join,polars_data_frame)
S3method(anti_join,polars_lazy_frame)
S3method(arrange,polars_data_frame)
S3method(arrange,polars_lazy_frame)
S3method(as_tibble,tidypolars)
S3method(collect,polars_lazy_frame)
S3method(complete,polars_data_frame)
S3method(complete,polars_lazy_frame)
S3method(compute,polars_lazy_frame)
S3method(count,polars_data_frame)
S3method(count,polars_lazy_frame)
S3method(cross_join,polars_data_frame)
S3method(cross_join,polars_lazy_frame)
S3method(distinct,polars_data_frame)
S3method(distinct,polars_lazy_frame)
S3method(drop_na,polars_data_frame)
S3method(drop_na,polars_lazy_frame)
S3method(explain,polars_lazy_frame)
S3method(fill,polars_data_frame)
S3method(fill,polars_lazy_frame)
S3method(filter,polars_data_frame)
S3method(filter,polars_lazy_frame)
S3method(filter_out,polars_data_frame)
S3method(filter_out,polars_lazy_frame)
S3method(full_join,polars_data_frame)
S3method(full_join,polars_lazy_frame)
S3method(group_by,polars_data_frame)
S3method(group_by,polars_lazy_frame)
S3method(group_keys,polars_data_frame)
S3method(group_keys,polars_lazy_frame)
S3method(group_split,polars_data_frame)
S3method(group_vars,polars_data_frame)
S3method(group_vars,polars_lazy_frame)
S3method(inner_join,polars_data_frame)
S3method(inner_join,polars_lazy_frame)
S3method(left_join,polars_data_frame)
S3method(left_join,polars_lazy_frame)
S3method(mutate,polars_data_frame)
S3method(mutate,polars_lazy_frame)
S3method(pivot_longer,polars_data_frame)
S3method(pivot_longer,polars_lazy_frame)
S3method(pivot_wider,polars_data_frame)
S3method(pivot_wider,polars_lazy_frame)
S3method(print,tidypolars)
S3method(pull,polars_data_frame)
S3method(pull,polars_lazy_frame)
S3method(relocate,polars_data_frame)
S3method(relocate,polars_lazy_frame)
S3method(rename,polars_data_frame)
S3method(rename,polars_lazy_frame)
S3method(rename_with,polars_data_frame)
S3method(rename_with,polars_lazy_frame)
S3method(replace_na,polars_data_frame)
S3method(replace_na,polars_lazy_frame)
S3method(right_join,polars_data_frame)
S3method(right_join,polars_lazy_frame)
S3method(rowwise,polars_data_frame)
S3method(rowwise,polars_lazy_frame)
S3method(select,polars_data_frame)
S3method(select,polars_lazy_frame)
S3method(semi_join,polars_data_frame)
S3method(semi_join,polars_lazy_frame)
S3method(separate,polars_data_frame)
S3method(separate,polars_lazy_frame)
S3method(slice_head,polars_data_frame)
S3method(slice_head,polars_lazy_frame)
S3method(slice_sample,polars_data_frame)
S3method(slice_tail,polars_data_frame)
S3method(slice_tail,polars_lazy_frame)
S3method(summarise,polars_data_frame)
S3method(summarise,polars_lazy_frame)
S3method(summarize,polars_data_frame)
S3method(summarize,polars_lazy_frame)
S3method(summary,polars_data_frame)
S3method(tally,polars_data_frame)
S3method(tally,polars_lazy_frame)
S3method(uncount,polars_data_frame)
S3method(uncount,polars_lazy_frame)
S3method(ungroup,polars_data_frame)
S3method(ungroup,polars_lazy_frame)
S3method(unite,polars_data_frame)
S3method(unite,polars_lazy_frame)
export(.tp)
export(as_polars_df)
export(as_polars_lf)
export(bind_cols_polars)
export(bind_rows_polars)
export(duplicated_rows)
export(fetch)
export(is_polars_df)
export(is_polars_expr)
export(is_polars_lf)
export(make_unique_id)
export(partition_by)
export(partition_by_key)
export(partition_by_max_size)
export(read_csv_polars)
export(read_ipc_polars)
export(read_ndjson_polars)
export(read_parquet_polars)
export(scan_csv_polars)
export(scan_ipc_polars)
export(scan_ndjson_polars)
export(scan_parquet_polars)
export(separate_longer_delim_polars)
export(separate_longer_position_polars)
export(sink_csv)
export(sink_ipc)
export(sink_ndjson)
export(sink_parquet)
export(unnest_longer_polars)
export(write_csv_polars)
export(write_ipc_polars)
export(write_json_polars)
export(write_ndjson_polars)
export(write_parquet_polars)
import(cli)
import(dplyr)
import(polars)
import(rlang)
import(tidyr)
importFrom(lifecycle,deprecated)
importFrom(polars,as_polars_df)
importFrom(polars,as_polars_lf)
importFrom(polars,is_polars_df)
importFrom(polars,is_polars_expr)
importFrom(polars,is_polars_lf)