show_codebook {opinAr}R Documentation

Muestra libro de códigos ((Show codebook))

Description

Función para explorar la estructura de datos del ICG (Function to explore the ICG data structure)

Usage

show_codebook(data = NULL, viewer = FALSE)

Arguments

data

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).

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).

Details

Función para obtener la tabla con el libro de códigos (Function to show the codebook table)

Value

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)


[Package opinAr version 1.0.0 Index]