-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 1 KB
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 1 KB
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
# Generated by roxygen2: do not edit by hand
export(compare_var_structure)
export(create_calc_config)
export(create_initial_config)
export(create_target_config)
export(export_data)
export(get_data_by_dims)
export(get_data_by_var)
export(get_dim_elements)
export(get_dim_patterns)
export(get_var_structure)
export(group_data_by_dims)
export(load_harx)
export(load_sl4x)
export(pivot_data)
export(pivot_data_hierarchy)
export(rename_dims)
export(save_har)
export(shock_calculate)
export(shock_calculate_uniform)
importFrom(haven,write_dta)
importFrom(openxlsx,addStyle)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createStyle)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,writeData)
importFrom(stats,complete.cases)
importFrom(stats,setNames)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)