-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
export(add_provincial_abbreviations)
export(cansim_old_to_new)
export(cansim_repartition_cached_table)
export(categories_for_level)
export(collect_and_normalize)
export(disconnect_cansim_sqlite)
export(get_cansim)
export(get_cansim_changed_tables)
export(get_cansim_code_set)
export(get_cansim_column_categories)
export(get_cansim_column_list)
export(get_cansim_connection)
export(get_cansim_cube_metadata)
export(get_cansim_data_for_table_coord_periods)
export(get_cansim_key_release_schedule)
export(get_cansim_sqlite)
export(get_cansim_table_info)
export(get_cansim_table_last_release_date)
export(get_cansim_table_notes)
export(get_cansim_table_overview)
export(get_cansim_table_short_notes)
export(get_cansim_table_subject)
export(get_cansim_table_survey)
export(get_cansim_table_url)
export(get_cansim_vector)
export(get_cansim_vector_for_latest_periods)
export(get_cansim_vector_info)
export(list_cansim_cached_tables)
export(list_cansim_cubes)
export(list_cansim_sqlite_cached_tables)
export(list_cansim_tables)
export(normalize_cansim_values)
export(remove_cansim_cached_tables)
export(remove_cansim_sqlite_cached_table)
export(search_cansim_cubes)
export(search_cansim_tables)
export(view_cansim_webpage)
import(dplyr)
importFrom(purrr,map)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,set_names)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,head)