mergeLabels: Prepare data and metadata

Description Usage Arguments Details Value Examples

Description

Function to transform list of data-frames and metainformation ready for data base creation

Usage

1

Arguments

...

Lists including data and label element.

Details

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.

Value

Returns a list with a list of all data frames and a single data frame containing all variable and value labels.

Examples

1
2
# Example data set
to be done

b-becker/eatGADS documentation built on May 24, 2019, 8:47 p.m.