list_to_tbl: List format to table format
Description
List format to table format
Usage
list_to_tbl(list, rownames = NULL)
Arguments
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)