-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 984 Bytes
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 984 Bytes
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
# Generated by roxygen2: do not edit by hand
export(corr_plot)
export(generate_map)
export(get_cites)
export(get_cspp_data)
export(get_network_data)
export(get_var_info)
export(plot_panel)
import(ggcorrplot)
import(ggplot2)
import(mapproj)
import(utils)
importFrom(dplyr,"%>%")
importFrom(dplyr,add_row)
importFrom(dplyr,any_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_all)
importFrom(dplyr,ungroup)
importFrom(readr,write_csv)
importFrom(readr,write_lines)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(stringr,str_detect)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)