flattenlist {onlineforecast} | R Documentation |
Flattens list
Description
Flattens list in a single list of data.frames
Usage
flattenlist(x)
Arguments
x |
List to flatten. |
Details
Flattens list. Can maybe be made better. It might end up copying data in memory!? It might change the order of the elements.
Value
A flatten list
[Package onlineforecast version 1.0.2 Index]