-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
104 lines (103 loc) · 2.45 KB
/
NAMESPACE
File metadata and controls
104 lines (103 loc) · 2.45 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
# Generated by roxygen2: do not edit by hand
S3method(fixed_width,character)
S3method(fixed_width,default)
S3method(fixed_width,integer)
S3method(fixed_width,numeric)
S3method(format_scientific,character)
S3method(format_scientific,default)
S3method(rename,default)
S3method(str_humanize,default)
S3method(str_humanize,integer)
S3method(str_humanize,numeric)
S3method(str_humanize,tbl_df)
export(dput_ranges)
export(fct_prefix)
export(fct_yes_no)
export(fixed_width)
export(formatCommas)
export(formatID)
export(format_EIC)
export(format_SCC)
export(format_SI)
export(format_count)
export(format_decimal)
export(format_digits)
export(format_each)
export(format_mortality_rate)
export(format_nonbreaking)
export(format_percent_change)
export(format_percentage)
export(format_qty)
export(format_range)
export(format_scientific)
export(format_ugm3)
export(glue_TeX)
export(parse_integers)
export(parse_numeric)
export(parse_percentage)
export(replace_NA)
export(replace_blank)
export(replace_which)
export(replace_zero)
export(sci_format)
export(str_NOx)
export(str_PM25)
export(str_and)
export(str_begins)
export(str_cross)
export(str_csv)
export(str_date)
export(str_datestamp)
export(str_datetime)
export(str_detect_any)
export(str_draft)
export(str_hash)
export(str_humanize)
export(str_lowercase)
export(str_or)
export(str_permute)
export(str_prefix)
export(str_printable)
export(str_quote)
export(str_relevel)
export(str_sign)
export(str_suffix)
export(str_tex)
export(str_titlecase)
export(str_ugm3)
export(str_uppercase)
importFrom(DT,formatCurrency)
importFrom(digest,digest)
importFrom(dplyr,everything)
importFrom(dplyr,funs)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename)
importFrom(git2r,last_commit)
importFrom(glue,glue)
importFrom(latex2exp,TeX)
importFrom(plyr,round_any)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,partial)
importFrom(purrr,reduce)
importFrom(readr,parse_double)
importFrom(rlang,set_names)
importFrom(scales,zero_range)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_glue)
importFrom(stringr,str_match_all)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_replace_na)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(tibble,deframe)
importFrom(tidyr,crossing)
importFrom(tidyr,unite)
importFrom(units,drop_units)
importFrom(units,set_units)