-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
58 lines (57 loc) · 1.53 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(available_votedates)
export(canton_json_to_dfr)
export(get_cantonalvotes)
export(get_geodata)
export(get_nationalvotes)
export(get_poll)
export(get_swissvotes)
export(plot_cantonalvotes)
export(plot_nationalvotes)
export(similar_votes)
export(swiss_json_to_dfr)
importFrom(RCurl,getBinaryURL)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_colourbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,ymd)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(sf,st_layers)
importFrom(sf,st_read)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stringr,str_detect)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(tidyr,unpack)