-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
148 lines (147 loc) · 4.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Generated by roxygen2: do not edit by hand
S3method(exclude,data.frame)
S3method(exclude,tilt_profile)
S3method(join_to,data.frame)
S3method(join_to,tilt_profile)
S3method(rowid,default)
S3method(summarize_range,data.frame)
S3method(summarize_range,list)
export("%>%")
export(aka)
export(categorize_risk)
export(document_default_value)
export(document_tilt_profile)
export(emissions_profile)
export(emissions_profile_any_compute_profile_ranking)
export(emissions_profile_upstream)
export(epa_at_company_level)
export(epa_compute_profile_ranking)
export(example_companies)
export(example_data_factory)
export(example_dictionary)
export(example_raw_companies)
export(example_raw_ipr)
export(example_raw_weo)
export(exclude)
export(extdata_path)
export(insert_row_with_na_in_risk_category)
export(is_tilt_profile)
export(istr)
export(istr_at_company_level)
export(istr_at_product_level)
export(jitter_range)
export(join_to)
export(nest_levels)
export(percent_noise)
export(pstr)
export(pstr_at_company_level)
export(pstr_at_product_level)
export(rowid)
export(sector_profile)
export(sector_profile_any_pivot_type_sector_subsector)
export(sector_profile_any_polish_output_at_company_level)
export(sector_profile_any_prepare_scenario)
export(sector_profile_any_prune_companies)
export(sector_profile_upstream)
export(spa_compute_profile_ranking)
export(summarize_range)
export(tilt_profile)
export(unnest_company)
export(unnest_product)
export(xctr)
export(xctr_at_company_level)
export(xctr_at_product_level)
export(xstr_pivot_type_sector_subsector)
export(xstr_polish_output_at_company_level)
export(xstr_prepare_scenario)
export(xstr_prune_companies)
importFrom(dplyr,across)
importFrom(dplyr,add_count)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,dense_rank)
importFrom(dplyr,distinct)
importFrom(dplyr,distinct_all)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,near)
importFrom(dplyr,pull)
importFrom(dplyr,reframe)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(glue,glue)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(memoise,memoise)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,abort)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,is_empty)
importFrom(rlang,is_named)
importFrom(rlang,quo_get_expr)
importFrom(rlang,set_names)
importFrom(rlang,warn)
importFrom(stats,rnorm)
importFrom(stringr,str_length)
importFrom(stringr,str_pad)
importFrom(tibble,as_tibble)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,expand)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,separate_wider_delim)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,matches)
importFrom(tiltToyData,toy_emissions_profile_any_companies)
importFrom(tiltToyData,toy_emissions_profile_products)
importFrom(tiltToyData,toy_emissions_profile_products_ecoinvent)
importFrom(tiltToyData,toy_emissions_profile_upstream_products)
importFrom(tiltToyData,toy_emissions_profile_upstream_products_ecoinvent)
importFrom(tiltToyData,toy_sector_profile_any_scenarios)
importFrom(tiltToyData,toy_sector_profile_companies)
importFrom(tiltToyData,toy_sector_profile_upstream_companies)
importFrom(tiltToyData,toy_sector_profile_upstream_products)
importFrom(utils,hasName)
importFrom(vctrs,vec_assert)
importFrom(withr,local_envvar)
importFrom(withr,local_options)
importFrom(withr,local_seed)