-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
S3method(filter_missing,data.frame)
S3method(filter_missing,default)
S3method(make_na,character)
S3method(make_na,data.frame)
S3method(make_na,default)
S3method(make_na,factor)
S3method(make_na,numeric)
S3method(set_dbl,Date)
S3method(set_dbl,character)
S3method(set_dbl,data.frame)
S3method(set_dbl,factor)
S3method(set_dbl,integer64)
S3method(set_dbl,numeric)
S3method(set_fct,data.frame)
S3method(set_fct,default)
S3method(set_int,data.frame)
S3method(set_int,default)
S3method(set_int,grouped_df)
S3method(set_lgl,character)
S3method(set_lgl,data.frame)
S3method(set_lgl,default)
S3method(set_lgl,numeric)
export("%>%")
export(as_integer16_or_64)
export(auto_setwd)
export(clean_frame)
export(create_dummies)
export(create_flag)
export(date_yh)
export(date_ym)
export(date_yq)
export(fill_na)
export(filter_for)
export(filter_missing)
export(import_dir)
export(import_tibble)
export(make_na)
export(pad_auto)
export(pad_col)
export(recode_chr)
export(relocate_all)
export(remove_whitespace)
export(select_otherwise)
export(set_chr)
export(set_date)
export(set_dbl)
export(set_fct)
export(set_int)
export(set_lgl)
importFrom(magrittr,"%>%")