R/flatten_data.R
flatten_data.list.Rd
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.
flatten_data.list()
# S3 method for class 'list' flatten_data(x, ...)
A list of one or more collections of data frames to be flattened.
Arguments passed on to methods.