-
-
Notifications
You must be signed in to change notification settings - Fork 99
/
NAMESPACE
58 lines (57 loc) · 1.31 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
51
52
53
54
55
56
57
58
# Generated by roxygen2: do not edit by hand
export(as_dot_density)
export(census_api_key)
export(check_ddhca_groups)
export(get_acs)
export(get_decennial)
export(get_estimates)
export(get_flows)
export(get_pop_groups)
export(get_pums)
export(interpolate_pw)
export(load_variables)
export(moe_product)
export(moe_prop)
export(moe_ratio)
export(moe_sum)
export(significance)
export(summary_files)
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,green)
importFrom(crayon,red)
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,map_lgl)
importFrom(purrr,modify_depth)
importFrom(purrr,reduce)
importFrom(readr,parse_factor)
importFrom(readr,read_csv)
importFrom(readr,read_rds)
importFrom(readr,write_rds)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,inform)
importFrom(rlang,sym)
importFrom(tidyselect,vars_select_helpers)
importFrom(utils,installed.packages)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,write.table)
importFrom(xml2,read_html)