-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
59 lines (58 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
export(add_auto_columns)
export(anvil_import_set)
export(anvil_import_table)
export(anvil_import_tables)
export(check_bucket_paths)
export(check_column_min_max)
export(check_column_names)
export(check_column_types)
export(check_foreign_keys)
export(check_missing_values)
export(check_primary_keys)
export(check_table_names)
export(check_unique)
export(check_valid_entity_id)
export(create_set_all)
export(custom_render_markdown)
export(delete_rows)
export(hash_id)
export(json_to_dbml)
export(json_to_dm)
export(parse_column_name_check)
export(parse_column_type_check)
export(read_data_tables)
export(transpose_field_value)
export(unnest_set_table)
import(AnVIL)
import(dm)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,sym)
importFrom(dplyr,tibble)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.timepoint)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(methods,as)
importFrom(methods,is)
importFrom(openssl,md5)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(readr,read_tsv)
importFrom(rmarkdown,render)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_split_1)
importFrom(stringr,str_trim)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)