Función para explorar la estructura de datos del ICG (Function to explore the ICG data structure)
show_codebook(data = NULL, viewer = FALSE)
un tibble guardado como objeto en el enviroment luego de consultar get_icg_raw
(A tibble saved as an object in the enviroment after querying get_icg_raw
).
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).
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)
Función para obtener la tabla con el libro de códigos (Function to show the codebook table)