| list2DF {backports} | R Documentation |
See the original description in base::list2DF.
list2DF(x = list(), nrow = NULL)
# 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))