Learn R Programming

finalfit (version 1.0.2)

extract_labels: Extract variable labels and names

Description

Extract variable labels and names

Usage

extract_labels(.data)

Arguments

.data

Data frame.

Value

A data frame with three columns: first (vname), variabe names; second (vlabel), variables labels; third (vfill), variable labels and when null variable names.

Examples

Run this code
# NOT RUN {
colon_s %>%
  extract_labels()
# }

Run the code above in your browser using DataLab