-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
89 lines (88 loc) · 2.44 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(airpol_get)
export(backward_linkages)
export(coefficient_matrix_create)
export(conforming_vector_create)
export(direct_effects_create)
export(employment_get)
export(empty_remove)
export(equation_solve)
export(forward_linkages)
export(ghosh_inverse_create)
export(household_column_find)
export(household_column_get)
export(indirect_effects_create)
export(input_coefficient_matrix_create)
export(input_coefficient_matrix_create_2)
export(input_flow_get)
export(input_indicator_create)
export(input_multipliers_create)
export(iotable_get)
export(iotable_year_get)
export(iotables_download)
export(iotables_metadata_get)
export(iotables_read_tempdir)
export(key_column_create)
export(leontief_inverse_create)
export(leontief_matrix_create)
export(leontieff_inverse_create)
export(leontieff_matrix_create)
export(multiplier_create)
export(output_coefficient_matrix_create)
export(output_get)
export(output_multiplier_create)
export(primary_input_get)
export(rows_add)
export(supplementary_add)
export(total_tax_add)
export(vector_transpose_longer)
export(vector_transpose_wider)
importFrom(assertthat,assert_that)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(eurostat,get_eurostat)
importFrom(eurostat,label_eurostat)
importFrom(forcats,fct_reorder)
importFrom(glue,glue)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,kable_styling)
importFrom(knitr,is_html_output)
importFrom(knitr,is_latex_output)
importFrom(knitr,kable)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(readxl,read_excel)
importFrom(rlang,set_names)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,one_of)
importFrom(utils,data)
importFrom(utils,download.file)