This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
65 lines (64 loc) · 1.8 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
# Generated by roxygen2: do not edit by hand
export(add_granularity_levels_up)
export(alert_info_grey)
export(alert_success_grey)
export(browse_px)
export(check_changes_in_input_file)
export(check_if_all_languages)
export(convert_and_write_per_unit)
export(convert_cantonal_name_to_current_id)
export(convert_current_to_hist_id)
export(create_full_dimension_table)
export(create_new_codes)
export(create_new_dimension_file)
export(dimension_file_init)
export(dimension_table_col_names)
export(does_dimension_exist)
export(download_bfs_file)
export(download_dataset)
export(download_dataset_init)
export(extract_dim_value)
export(extract_languages)
export(extract_main_language)
export(extract_meta_and_generate_dimensions)
export(extract_needed_names)
export(extract_needed_values)
export(extract_spatial_reference)
export(extract_value_names)
export(get_bfs_asset_nr)
export(get_column_name_all_languages)
export(get_dimensions)
export(get_existing_dimensions)
export(join_dimension_value)
export(logger)
export(prep_needed_values)
export(split_vairable_dimension)
export(statbot_src_1_01_001_BS)
export(statbot_src_1_01_001_CH)
export(statbot_src_1_01_004_CH)
export(statbot_src_1_01_006_CH)
export(statbot_src_1_01_008_CH)
export(statbot_src_1_01_009_CH)
export(statbot_src_1_01_010_CH)
export(statbot_src_1_01_011_CH)
export(statbot_src_1_01_012_CH)
export(statbot_src_1_01_013_CH)
export(statbot_src_1_01_014_CH)
export(statbot_src_1_01_015_CH)
export(statbot_src_1_01_016_CH)
export(statbot_src_1_01_021_CH)
export(statbot_src_1_01_026_CH)
export(statbot_src_1_01_027)
export(translate_to_spatial_unit_name)
export(update_last_updated)
import(dplyr)
import(janitor)
import(lubridate)
import(purrr)
import(pxR)
import(stringr)
import(tidyr)
import(xlsx)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(glue,glue)