flatten_data.list: Flatten list of data

View source: R/flatten_data.R

flatten_data.listR Documentation

Flatten list of data

Description

flatten_data.list() will check if each item in the list has the same class. If so, iterate over each item and let its method dispatch.

Usage

## S3 method for class 'list'
flatten_data(x, ...)

Arguments

x

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

...

Arguments passed on to methods.


Technomics/readflexfile documentation built on Jan. 10, 2024, 6:25 p.m.