forked from walkerke/tidycensus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1006 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
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
export(census_api_key)
export(get_acs)
export(get_decennial)
export(get_estimates)
export(get_flows)
export(get_pums)
export(load_variables)
export(moe_product)
export(moe_prop)
export(moe_ratio)
export(moe_sum)
export(significance)
export(to_survey)
import(dplyr)
import(httr)
import(rappdirs)
import(rvest)
import(sf)
import(stringr)
import(tidyr)
import(tigris)
import(units)
importFrom(crayon,cyan)
importFrom(crayon,silver)
importFrom(jsonlite,fromJSON)
importFrom(purrr,flatten_df)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,modify_depth)
importFrom(purrr,reduce)
importFrom(readr,parse_factor)
importFrom(readr,read_rds)
importFrom(readr,write_rds)
importFrom(rlang,.data)
importFrom(rlang,inform)
importFrom(utils,installed.packages)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,write.table)
importFrom(xml2,read_html)