namedList2longDF.Rd
Convert named list to long data.frame. Resulting dataframe will have two columns, the first corresponding to the names within the list, and the second to the corersponding list entries.
namedList2longDF(my.list, name.header = NULL, value.header = NULL)
named list
character specifying header name that will be assigned to name column. If unspecified, defaults to "name".
character specifying header name that will be assigned to value column. If unspecified, defaults to "value".
long data.frame