View source: R/comercio_merge.R
comercio_merge | R Documentation |
Comercio Merge
comercio_merge(base_datos)
base_datos |
lista de las hojas que genero el full_reshape |
Un dataframe con la hoja principal, abastecimiento, food y non_food unificado por el _uuid
Ajustes los 1 y 0 por Si y No
base_datos_reshape <- full_reshape_alojamiento(base_datos, etiquetas, choices)
base_merge <- comercio_merge(base_datos)
base_merge <- comercio_merge(base_datos = base_datos_reshape)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.