data_description_default {codebook} | R Documentation |
Data description default
Description
If you do not define a dataset description yourself, this will be the automatically generated default.
Usage
data_description_default(data)
Arguments
data |
the data frame |
Examples
data('bfi')
data_description_default(bfi)
[Package codebook version 0.9.2 Index]