Learn R Programming

eatGADS (version 1.1.1)

mergeLabels: Prepare data and metadata

Description

Transform multiple GADSdat objects into a list ready for data base creation.

Usage

mergeLabels(...)

Value

Returns an all_GADSdat object, which consists of list with a list of all data frames "datList" and a single data frame containing all meta data information "allLabels".

Arguments

...

GADSdat objects, as named arguments in the correct merge order.

Details

The function createGADS takes multiple GADSdat objects as input. The function preserves the ordering in which the objects are supplied, which is then used for the merging order in createGADS. Additionally, the separate lists of meta information for each GADSdat are merged and a data frame unique identifier is added.

Examples

Run this code
# see createGADS vignette

Run the code above in your browser using DataLab