-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
65 lines (64 loc) · 1.63 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
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
export(agrupar_area_geo)
export(agrupar_cols_casos)
export(agrupar_dpto)
export(agrupar_edad)
export(agrupar_edad_sex)
export(agrupar_eventos)
export(agrupar_fecha_inisintomas)
export(agrupar_mpio)
export(agrupar_per_etn)
export(agrupar_rango_edad)
export(agrupar_semanaepi)
export(agrupar_sex)
export(agrupar_sex_semanaepi)
export(agrupar_tipo_caso)
export(agrupar_top_area_geo)
export(agrupar_years)
export(calcular_incidencia)
export(calcular_incidencia_geo)
export(calcular_incidencia_sex)
export(convert_edad)
export(estandarizar_geo_cods)
export(geo_filtro)
export(import_data_event)
export(import_geo_cods)
export(import_pob_incidencia)
export(import_pob_proyecciones)
export(import_pob_riesgo)
export(limpiar_data_sivigila)
export(limpiar_edad_event)
export(limpiar_encabezado)
export(limpiar_fecha_event)
export(limpiar_val_atipic)
export(list_events)
export(obtener_cond_inciden_event)
export(obtener_dptos)
export(obtener_fila_mas_casos)
export(obtener_info_depts)
export(obtener_meses_mas_casos)
export(obtener_nombre_dpto)
export(obtener_nombre_mpio)
export(obtener_text_sex)
export(obtener_tip_ocurren_geo)
export(obtener_val_config)
export(plot_area_geo)
export(plot_dptos)
export(plot_edad)
export(plot_edad_sex)
export(plot_fecha_inisintomas)
export(plot_map)
export(plot_mpios)
export(plot_per_etn)
export(plot_sex)
export(plot_sex_semanaepi)
export(plot_tabla_incidencia_geo)
export(plot_tabla_incidencia_sex)
export(plot_tabla_tipos_event)
export(plot_tipo_caso)
export(plot_tipo_caso_years)
export(plot_top_area_geo)
export(plot_years)
import(dplyr)
importFrom(dplyr,"%>%")
importFrom(rlang,":=")