View source: R/comercio_full_reshape.R
comercio_full_reshape | R Documentation |
Comercio Full Reshape
comercio_full_reshape(encuesta, etiquetas, choices)
encuesta |
lista de las hojas que genero el kobo_to_r |
etiquetas |
lista de las hojas que genero el import_rename |
choices |
El parametro choices es la hoja Choices de la herramienta Kobo |
Una lista con los dataframe de la hoja principal, abastecimiento, food y non_food en reshape;
una lista con los nombres de las variables y su descripcion
choices <- read_excel("Input/REACH_JMMI_Survey.xlsx", 'choices')
base_datos <- kobo_to_r(directorio2, choices)
etiquetas <- import_raname(base_datos, choices, survey)
base_datos_reshape <- full_reshape(base_datos, etiquetas, choices)
base_datos_reshape <- full_reshape(base_datos = base_datos, etiquetas = etiquetas, choices = choices)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.