Description Usage Arguments Value Author(s) Examples
View source: R/create_labelled_data.R
Create a labeled data.frame from plain data.frame and matching metadata
1 | create_labelled_data(data, metadata)
|
data |
a data.frame stripped from any attributes |
metadata |
a data.frame with matching meta in tidy format ie. each value of each variable on its own row |
data.frame
Markus Kainu <markuskainu@gmail.com>
1 2 3 4 | ## Not run:
create_labelled_data(data = stripped_spss_data, metadata = meta_spss)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.