mtcars_lab: Labelled version of mtcars for testing 'siftr'

mtcars_labR Documentation

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

Format

A dataframe with 15 columns and 32 rows.

Source

mtcars

Examples

head(mtcars_lab)
lapply(mtcars_lab, typeof)


siftr documentation built on July 26, 2023, 5:07 p.m.