dilute: Explode dataframe to list of lists

Description Usage Arguments Value Examples

View source: R/arrays.R

Description

merges dataframes columns/rows from a list into a new list whereby every element is a list containing the column/row elements for each of the dataframes. All of the dataframes are be ultimately merged together in the same list.

Usage

1
dilute(..., row = F)

Arguments

...

list of dataframes to merge together

row

if TRUE, the output list will consist of the rows of the original dataframes as sublist-elements, otherwise the original dataframes columns (default: FALSE)

Value

a list containing row/column of all the dataframes in ... as sublists

Examples

1
2

Davz33/lazykitten documentation built on Jan. 28, 2022, 1:56 a.m.