converts a list in a dataframe
listToDataFrame(dlist)
dlist
a list
a <- 1:5 listToDataFrame(a) b = listToDataFrame(a)