forked from GL-Li/totalcensus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 724 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 724 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
# Generated by roxygen2: do not edit by hand
export(convert_fips_to_names)
export(download_census)
export(download_generated_data)
export(read_acs1year)
export(read_acs5year)
export(read_decennial)
export(search_cbsa)
export(search_fips)
export(search_geocomponents)
export(search_geoheaders)
export(search_summarylevels)
export(search_tablecontents)
export(search_tables)
export(set_path_to_census)
import(data.table)
import(stringr)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,pmap_chr)
importFrom(purrr,reduce)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,read.table)
importFrom(utils,unzip)
importFrom(utils,write.table)