-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export(build_impd_meta)
export(get_impd_fhx)
export(get_search_params)
export(ncei_paleo_api)
export(search_impd)
importFrom(burnr,read_fhx)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,http_type)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,pluck)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_glue)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tidyr,unnest)