Learn R Programming

webmorphR (version 0.1.1)

list_to_tbl: 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