-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
39 lines (38 loc) · 976 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%<>%")
export("%>%")
export(bls_api)
export(county_fips)
export(dateCast)
export(firstupper)
export(inflation_adjust)
export(quick_employed_level)
export(quick_employed_rate)
export(quick_laborForce_level)
export(quick_laborForce_rate)
export(quick_nonfarm_employed)
export(quick_unemp_level)
export(quick_unemp_rate)
export(search_ids)
export(urlExists)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(stats,aggregate)
importFrom(stats,lag)
importFrom(stringr,str_detect)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(utils,capture.output)