-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 837 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 837 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
# Generated by roxygen2: do not edit by hand
export(find_cod)
export(get_annex)
export(get_annual_acc)
export(get_budget)
export(get_fiscal)
export(get_info)
export(msc_budget)
export(msc_control)
export(msc_equity)
export(report_status)
import(magrittr)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(httr,GET)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(httr,status_code)
importFrom(purrr,cross_df)
importFrom(purrr,keep)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,prepend)
importFrom(purrr,reduce)
importFrom(rlang,abort)
importFrom(rlang,dots_list)
importFrom(rlang,inform)
importFrom(rlang,is_character)
importFrom(rlang,is_null)
importFrom(stringr,str_detect)
importFrom(tibble,tibble)
importFrom(tidyr,unnest_wider)
importFrom(utils,URLencode)