-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
36 lines (35 loc) · 937 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
# Generated by roxygen2: do not edit by hand
export(add_past)
export(download_mun_inventory)
export(swcGetMapping)
export(swcGetMutations)
export(swc_get_mapping)
export(swc_get_merger_mapping_table)
export(swc_get_mun_history)
export(swc_get_mun_merges)
export(swc_get_municipality_state)
export(swc_get_mutations)
export(swc_read_data)
import(dplyr)
import(glue, except = c(collapse))
import(lubridate, except = c(intersect, union, setdiff))
import(rlang)
import(tibble)
importFrom(purrr,accumulate)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(stats,na.omit)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,unzip)