dbosak01 / fmtr

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

Error on as.fmt when input data is a tibble #16

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

as.fmt is failing when input data frame is a tibble. Reason is because bracket subsetting doesn't work the way it does with data frames.