Learn R Programming

siftr (version 1.1.0)

mtcars_lab: Labelled version of mtcars for testing siftr

Description

This is mtcars with value labels, variable labels (in vs only), some transformation to factor (car and am), an added Logical column (above_avg), an added column of all NAs with a non-syntactic name (this column all na), and an added column of lists (list_col). I also added some NA values to qsec.

Usage

mtcars_lab

Arguments

Format

A dataframe with 15 columns and 32 rows.

Examples

Run this code
head(mtcars_lab)
lapply(mtcars_lab, typeof)

Run the code above in your browser using DataLab