dunlist: dunlist

dunlistR Documentation

dunlist

Description

unlists a list of vectors, matrices, data.tables into a data.table indexed by the list id $listid

does fill = TRUE in case the data.tables inside the list do not have compatible column names

Usage

dunlist(x, iid = FALSE)

Arguments

x

list of vectors, matrices, or data frames

Value

data.frame of concatenated input data with additional fields $ix and $iix specifying the list item and within-list index from which the given row originated from

Author(s)

Marcin Imielinski9


mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.