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