list2DF {backports}R Documentation

Backport of list2DF for R < 4.0.0

Description

See the original description in base::list2DF.

Usage

list2DF(x = list(), nrow = NULL)

Examples

# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_list2DF = getFromNamespace("list2DF", "backports")

bp_list2DF(list(1:3, 2))

[Package backports version 1.1.10 Index]