flatten_data: Create a flat file from multiple data frames

View source: R/flatten_data.R

flatten_dataR Documentation

Create a flat file from multiple data frames

Description

A generic function that is used to create a single flat file from a list of data frames. This list is usually created by reading in a data format with data spanning multiple tables.

Usage

flatten_data(x, ...)

Arguments

x

A list of one or more collections of data frames to be flattened.

...

Arguments passed on to methods.

Value

A data frame with the flat file representation of the input data.


Technomics/costmisc documentation built on Nov. 12, 2024, 8:05 a.m.