generated from realxinzhao/gcamdata-clean
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
110 lines (109 loc) · 2.78 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
# Generated by roxygen2: do not edit by hand
export(FAOSTAT_AREA_RM_NONEXIST)
export(FAOSTAT_load_raw_data)
export(FAOSTAT_metadata)
export(FF_FILL_NUMERATOR_DENOMINATOR)
export(FF_check_count_plot)
export(FF_download_FAOSTAT)
export(FF_download_RemoteArchive)
export(FF_join_checkmap)
export(FF_rawdata_info)
export(FF_summary)
export(Moving_average)
export(SUA_bal_adjust)
export(approx_fun)
export(approx_fun_constant)
export(assert_FBS_balance)
export(change_iso_code)
export(chord_wrapper)
export(chunk_inputs)
export(chunk_outputs)
export(chunk_readylist)
export(driver)
export(driver_drake)
export(dstrace)
export(dstrace_chunks)
export(find_chunks)
export(gather_years)
export(gcamfaostat_metadata)
export(gdp_deflator)
export(graph_chunks)
export(info)
export(inputs_of)
export(left_join_error_no_match)
export(load_from_cache)
export(output_csv_data)
export(outputs_of)
export(parse_csv_header)
export(protect_integer_cols)
export(repeat_add_columns)
export(rm_accent)
export(standardize_iso)
export(treemap_wrapper)
export(unprotect_integer_cols)
import(dplyr)
importFrom(XML,xmlParse)
importFrom(XML,xmlToDataFrame)
importFrom(assertthat,assert_that)
importFrom(data.table,data.table)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,any_vars)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,filter_all)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,intersect)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,reduce)
importFrom(readr,read_csv)
importFrom(stats,aggregate)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,drop_na)
importFrom(tidyr,fill)
importFrom(tidyr,gather)
importFrom(tidyr,nesting)
importFrom(tidyr,replace_na)
importFrom(tidyr,spread)
importFrom(utils,capture.output)
importFrom(xml2,read_xml)