Description Usage Arguments Details Value Examples
Function to transform list of data-frames and metainformation ready for data base creation
1 |
... |
Lists including data and label element. |
The function createDB takes a list of data frames and a single data frame with metainformation as input. This function transforms lists from import_SPSS and import_RDS into a list of data frames (in the same order as inputted, which is then used for the merging order in createDB). Additionally the seperate lists of metainformation for each data frame are merged and a data frame unique identifier is added.
Returns a list with a list of all data frames and a single data frame containing all variable and value labels.
1 2 | # Example data set
to be done
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.