View source: R/show_codebook.R
show_codebook | R Documentation |
Función para explorar la estructura de datos del ICG (Function to explore the ICG data structure)
show_codebook(data = NULL, viewer = FALSE)
data |
un tibble guardado como objeto en el enviroment luego de consultar |
viewer |
para elegir si la tabla se ve en el visor o se imprime el tibble para ser utilizado (choose to view the table in the viewer or print the tibble to be used). |
Función para obtener la tabla con el libro de códigos (Function to show the codebook table)
Devuelve un objeto "tbl_df" "tbl" "data.frame" con el libro de códigos del ICG o una "sjTable" con el nombre de las variables, las etiquetas, los valores y las etiquetas de los valores (object "tbl_df" "tbl" "data.frame" with the ICG codebook or a "sjTable" with the variables' names, labels, values and value labels)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.