-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
42 lines (41 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
41
42
# Generated by roxygen2: do not edit by hand
export("%>%")
export(demo_crowding)
export(demo_education)
export(demo_food)
export(demo_income)
export(demo_insurance)
export(demo_language)
export(demo_mobility)
export(demo_population)
export(demo_poverty)
export(demo_svi)
export(demo_workforce)
export(incidence_cancer)
export(mortality_cancer)
export(risk_alcohol)
export(risk_colorectal_screening)
export(risk_diet_exercise)
export(risk_smoking)
export(risk_vaccines)
export(risk_women_health)
importFrom(cdlTools,fips)
importFrom(cli,cli_abort)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,na_if)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_query)
importFrom(httr2,request)
importFrom(httr2,resp_body_string)
importFrom(magrittr,"%>%")
importFrom(rlang,is_na)
importFrom(rlang,sym)
importFrom(stats,setNames)
importFrom(stringr,str_pad)
importFrom(stringr,str_trim)
importFrom(utils,data)
importFrom(utils,read.csv)