MakeDF: MakeDF

Description Usage Arguments Value Author(s) References See Also

View source: R/aveytoolkit_MakeDF.R

Description

Creates a data frame from a list. Useful for when the list elements have unequal lengths and as.data.frame fails.

Usage

1
MakeDF(List, Names)

Arguments

List

the list to convert

Names

the names of the list

Value

a data frame of the converted list.

Author(s)

Josh O'Brien

References

http://stackoverflow.com/questions/15753091/convert-mixed-length-named-list-to-data-frame

See Also

gsub


stefanavey/aveytoolkit documentation built on March 5, 2020, 12:49 a.m.