dbosak01 / fmtr

An R package for formatting data.
12 stars 1 forks source link

as.data.frame.flist doesn't work right #18

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

as.data.frame.flist is generating a messed up data frame.

dbosak01 commented 3 years ago

Problem was that as.flist did not have a generic function or implementation for data.frame.