-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(agrupar_partidos_uy)
export(as_esaps)
export(as_parliament)
export(departamental_uy)
export(departamentos)
export(elecciones)
export(grafico_elecciones_uy)
export(nacional_uy)
export(resumen_elecciones_uy)
importFrom(Rdpack,reprompt)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(ggparliament,parliament_data)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(stats,na.omit)
importFrom(stringr,str_to_title)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)