mtcars_lab | R Documentation |
siftr
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 NA
s 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
.
mtcars_lab
A dataframe with 15 columns and 32 rows.
mtcars
head(mtcars_lab)
lapply(mtcars_lab, typeof)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.