forked from rstudio/pointblank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
207 lines (206 loc) · 5.12 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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
# Generated by roxygen2: do not edit by hand
S3method(print,action_levels)
S3method(print,ptblank_agent)
S3method(print,ptblank_informant)
S3method(print,ptblank_multiagent)
S3method(print,ptblank_multiagent_report.long)
S3method(print,ptblank_tbl_scan)
S3method(print,read_fn)
S3method(print,tbl_store)
S3method(print,x_list_i)
S3method(print,x_list_n)
export("%>%")
export(action_levels)
export(activate_steps)
export(affix_date)
export(affix_datetime)
export(all_passed)
export(between)
export(case_when)
export(col_count_match)
export(col_exists)
export(col_is_character)
export(col_is_date)
export(col_is_factor)
export(col_is_integer)
export(col_is_logical)
export(col_is_numeric)
export(col_is_posix)
export(col_schema)
export(col_schema_match)
export(col_vals_between)
export(col_vals_decreasing)
export(col_vals_equal)
export(col_vals_expr)
export(col_vals_gt)
export(col_vals_gte)
export(col_vals_in_set)
export(col_vals_increasing)
export(col_vals_lt)
export(col_vals_lte)
export(col_vals_make_set)
export(col_vals_make_subset)
export(col_vals_not_between)
export(col_vals_not_equal)
export(col_vals_not_in_set)
export(col_vals_not_null)
export(col_vals_null)
export(col_vals_regex)
export(col_vals_within_spec)
export(conjointly)
export(create_agent)
export(create_informant)
export(create_multiagent)
export(creds)
export(creds_anonymous)
export(creds_file)
export(creds_key)
export(db_tbl)
export(deactivate_steps)
export(draft_validation)
export(email_blast)
export(email_create)
export(expect_col_count_match)
export(expect_col_exists)
export(expect_col_is_character)
export(expect_col_is_date)
export(expect_col_is_factor)
export(expect_col_is_integer)
export(expect_col_is_logical)
export(expect_col_is_numeric)
export(expect_col_is_posix)
export(expect_col_schema_match)
export(expect_col_vals_between)
export(expect_col_vals_decreasing)
export(expect_col_vals_equal)
export(expect_col_vals_expr)
export(expect_col_vals_gt)
export(expect_col_vals_gte)
export(expect_col_vals_in_set)
export(expect_col_vals_increasing)
export(expect_col_vals_lt)
export(expect_col_vals_lte)
export(expect_col_vals_make_set)
export(expect_col_vals_make_subset)
export(expect_col_vals_not_between)
export(expect_col_vals_not_equal)
export(expect_col_vals_not_in_set)
export(expect_col_vals_not_null)
export(expect_col_vals_null)
export(expect_col_vals_regex)
export(expect_col_vals_within_spec)
export(expect_conjointly)
export(expect_row_count_match)
export(expect_rows_complete)
export(expect_rows_distinct)
export(expect_serially)
export(expect_specially)
export(expect_tbl_match)
export(export_report)
export(expr)
export(file_tbl)
export(from_github)
export(get_agent_report)
export(get_agent_x_list)
export(get_data_extracts)
export(get_informant_report)
export(get_multiagent_report)
export(get_sundered_data)
export(get_tt_param)
export(has_columns)
export(incorporate)
export(info_columns)
export(info_columns_from_tbl)
export(info_section)
export(info_snippet)
export(info_tabular)
export(interrogate)
export(log4r_step)
export(read_disk_multiagent)
export(remove_steps)
export(row_count_match)
export(rows_complete)
export(rows_distinct)
export(scan_data)
export(serially)
export(set_tbl)
export(small_table_sqlite)
export(snip_highest)
export(snip_list)
export(snip_lowest)
export(snip_stats)
export(specially)
export(stock_msg_body)
export(stock_msg_footer)
export(stop_if_not)
export(stop_on_fail)
export(tbl_get)
export(tbl_match)
export(tbl_source)
export(tbl_store)
export(test_col_count_match)
export(test_col_exists)
export(test_col_is_character)
export(test_col_is_date)
export(test_col_is_factor)
export(test_col_is_integer)
export(test_col_is_logical)
export(test_col_is_numeric)
export(test_col_is_posix)
export(test_col_schema_match)
export(test_col_vals_between)
export(test_col_vals_decreasing)
export(test_col_vals_equal)
export(test_col_vals_expr)
export(test_col_vals_gt)
export(test_col_vals_gte)
export(test_col_vals_in_set)
export(test_col_vals_increasing)
export(test_col_vals_lt)
export(test_col_vals_lte)
export(test_col_vals_make_set)
export(test_col_vals_make_subset)
export(test_col_vals_not_between)
export(test_col_vals_not_equal)
export(test_col_vals_not_in_set)
export(test_col_vals_not_null)
export(test_col_vals_null)
export(test_col_vals_regex)
export(test_col_vals_within_spec)
export(test_conjointly)
export(test_row_count_match)
export(test_rows_complete)
export(test_rows_distinct)
export(test_serially)
export(test_specially)
export(test_tbl_match)
export(tt_string_info)
export(tt_summary_stats)
export(tt_tbl_colnames)
export(tt_tbl_dims)
export(tt_time_shift)
export(tt_time_slice)
export(validate_rmd)
export(vars)
export(warn_on_fail)
export(write_testthat_file)
export(x_read_disk)
export(x_write_disk)
export(yaml_agent_interrogate)
export(yaml_agent_show_exprs)
export(yaml_agent_string)
export(yaml_exec)
export(yaml_informant_incorporate)
export(yaml_read_agent)
export(yaml_read_informant)
export(yaml_write)
import(rlang)
importFrom(blastula,creds)
importFrom(blastula,creds_anonymous)
importFrom(blastula,creds_file)
importFrom(blastula,creds_key)
importFrom(dplyr,between)
importFrom(dplyr,case_when)
importFrom(dplyr,vars)
importFrom(magrittr,"%>%")
importFrom(rlang,expr)