-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
115 lines (114 loc) · 3 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(check_inconsistent_formats)
export(check_inconsistent_labels)
export(check_inconsistent_types)
export(create_tbl)
export(define_to_metacore)
export(get_control_term)
export(get_keys)
export(is_metacore)
export(load_metacore)
export(metacore)
export(metacore_example)
export(read_all_sheets)
export(save_metacore)
export(select_dataset)
export(spec_to_metacore)
export(spec_type)
export(spec_type_to_codelist)
export(spec_type_to_derivations)
export(spec_type_to_ds_spec)
export(spec_type_to_ds_vars)
export(spec_type_to_value_spec)
export(spec_type_to_var_spec)
export(xml_to_codelist)
export(xml_to_derivations)
export(xml_to_ds_spec)
export(xml_to_ds_vars)
export(xml_to_value_spec)
export(xml_to_var_spec)
import(R6)
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap_chr)
importFrom(purrr,quietly)
importFrom(purrr,reduce)
importFrom(purrr,safely)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rlang,"!!")
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,as_string)
importFrom(rlang,enexpr)
importFrom(rlang,expr)
importFrom(rlang,prim_name)
importFrom(rlang,sym)
importFrom(stats,na.omit)
importFrom(stats,var)
importFrom(stringr,regex)
importFrom(stringr,str_c)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_glue)
importFrom(stringr,str_length)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_replace_na)
importFrom(stringr,str_split)
importFrom(stringr,str_starts)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,nest)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_ns_strip)
importFrom(xml2,xml_parent)
importFrom(xml2,xml_text)