variables_table: variables_table() produces a simple codebook, based on the...

View source: R/variables_table.R

variables_tableR Documentation

variables_table() produces a simple codebook, based on the output of a dplyr::glimpse()

Description

variables_table() produces a simple codebook, based on the output of a dplyr::glimpse()

Usage

variables_table(d)

Arguments

d

is a data_frame

Details

it relies on char_location, variable_label, stringr::str_sub, purr::map_dfr, dplyr::glimpse

Value

returns a data_frame in tibble::tibble format.

Examples

variable_label(data_frame$variable)


dacarras/r4sda documentation built on Nov. 9, 2023, 10:17 a.m.