This repository has been archived by the owner on May 25, 2024. It is now read-only.
forked from sorhawell/minipolars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 1.94 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
85
86
# Generated by roxygen2: do not edit by hand
S3method("!",Expr)
S3method("!=",DataType)
S3method("!=",Expr)
S3method("!=",Series)
S3method("$",DataFrame)
S3method("$",DataType)
S3method("$",DataTypeVector)
S3method("$",Expr)
S3method("$",GroupBy)
S3method("$",LazyFrame)
S3method("$",LazyGroupBy)
S3method("$",ProtoExprArray)
S3method("$",RNullValues)
S3method("$",Series)
S3method("$",VecDataFrame)
S3method("$<-",DataFrame)
S3method("&",Expr)
S3method("*",Expr)
S3method("*",Series)
S3method("+",Expr)
S3method("+",Series)
S3method("-",Expr)
S3method("-",Series)
S3method("/",Expr)
S3method("/",Series)
S3method("<",Expr)
S3method("<",Series)
S3method("<=",Expr)
S3method("<=",Series)
S3method("==",DataType)
S3method("==",Expr)
S3method("==",Series)
S3method(">",Expr)
S3method(">",Series)
S3method(">=",Expr)
S3method(">=",Series)
S3method("[[",DataFrame)
S3method("[[",DataType)
S3method("[[",DataTypeVector)
S3method("[[",Expr)
S3method("[[",GroupBy)
S3method("[[",LazyFrame)
S3method("[[",LazyGroupBy)
S3method("[[",ProtoExprArray)
S3method("[[",RNullValues)
S3method("[[",Series)
S3method("[[",VecDataFrame)
S3method("^",Expr)
S3method("|",Expr)
S3method(.DollarNames,DataFrame)
S3method(.DollarNames,Expr)
S3method(.DollarNames,GroupBy)
S3method(.DollarNames,LazyFrame)
S3method(.DollarNames,Series)
S3method(.DollarNames,VecDataFrame)
S3method(as.data.frame,DataFrame)
S3method(c,Series)
S3method(length,Series)
S3method(print,DataFrame)
S3method(print,DataType)
S3method(print,Expr)
S3method(print,GroupBy)
S3method(print,LazyFrame)
S3method(print,LazyGroupBy)
S3method(print,Series)
export("%**%")
export("%**%.Expr")
export(.pr)
export(DataFrame_to_list)
export(Expr_agg_groups)
export(GroupBy_agg)
export(GroupBy_as_data_frame)
export(LazyFrame_print)
export(Series_abs)
export(Series_value_counts)
export(concat)
export(csv_reader)
export(object)
export(pcase)
export(pl)
export(read_csv_)
export(scan_parquet)
export(unwrap)
useDynLib(rpolars, .registration = TRUE)