-
Notifications
You must be signed in to change notification settings - Fork 64
/
NAMESPACE
37 lines (36 loc) · 932 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method("+",glue)
S3method("[",glue)
S3method("[[",glue)
S3method(as.character,glue)
S3method(as_glue,character)
S3method(as_glue,default)
S3method(as_glue,glue)
S3method(print,glue)
S3method(testthat::compare,glue)
S3method(vctrs::vec_cast,character.glue)
S3method(vctrs::vec_cast,glue.character)
S3method(vctrs::vec_cast,glue.glue)
S3method(vctrs::vec_ptype2,character.glue)
S3method(vctrs::vec_ptype2,glue.character)
S3method(vctrs::vec_ptype2,glue.glue)
S3method(waldo::compare_proxy,glue)
export(as_glue)
export(backtick)
export(double_quote)
export(glue)
export(glue_col)
export(glue_collapse)
export(glue_data)
export(glue_data_col)
export(glue_data_safe)
export(glue_data_sql)
export(glue_safe)
export(glue_sql)
export(glue_sql_collapse)
export(identity_transformer)
export(single_quote)
export(trim)
importFrom(methods,setOldClass)
useDynLib(glue,glue_)
useDynLib(glue,trim_)