list_to_tbl: List format to table format

View source: R/list_to_tbl.R

list_to_tblR Documentation

List format to table format

Description

List format to table format

Usage

list_to_tbl(list, rownames = NULL)

Arguments

list

a list of lists

rownames

whether to return a table with no rownames (NULL), rownames from the list item names (NA), or as a new column (the column name as a string)

Value

a data table


webmorphR documentation built on June 2, 2022, 5:07 p.m.