-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.37 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
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
export(cdc_vac_us_by_cnty)
export(cdc_vac_us_by_state)
export(covtrck_states_testing)
export(finra_shelter_in_place)
export(global_confirmed_daily)
export(global_deaths_daily)
export(global_recovered_daily)
export(owid_vac_us_by_state)
export(pub_hlth_status_by_cnty)
export(pub_hlth_status_by_cnty_shp)
export(us_counties_daily)
export(us_geo_confirmed_daily)
export(us_geo_deaths_daily)
export(us_states_daily)
import(dplyr)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,last)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(gsubfn,strapplyc)
importFrom(lubridate,as_date)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(purrr,flatten_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(stats,na.omit)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tsibble,as_tsibble)
importFrom(tsibble,difference)
importFrom(utils,globalVariables)
importFrom(vroom,vroom)
importFrom(xml2,read_html)