-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(clean_projects)
export(extract_funder_ids)
export(extract_project_ids)
export(get_project)
export(get_project_urls)
export(get_projects)
export(plot_gantt_chart_project)
export(plot_gantt_chart_project_by_funder)
import(ggplot2)
importFrom(data.table,rbindlist)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,nest_join)
importFrom(dplyr,right_join)
importFrom(forcats,fct_reorder)
importFrom(glue,glue)
importFrom(htmlwidgets,saveWidget)
importFrom(jsonlite,fromJSON)
importFrom(kwb.utils,multiSubstitute)
importFrom(kwb.utils,printIf)
importFrom(lubridate,dmy)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(rlang,.data)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_subset)
importFrom(tibble,tibble)
importFrom(xml2,read_html)