rbindlist: rbindlist can rbind combine two lists with the same...

Description Usage Arguments Value

Description

rbindlist can rbind combine two lists with the same structure.

Usage

1
rbindlist(list1, list2)

Arguments

list1,

the first list,each element is a vector

list2,

the second list,each element is a vector

Value

a list, each element is the rbinding of the corresponding element from list1 and list2


Struglab/RVS documentation built on May 9, 2019, 3:11 p.m.