dbosak01 / fmtr

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

fdata() function is returning data type "As.Is" on some columns. #1

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

When you run the fdata() function on a data frame, it is returning the data type of most columns as "As.Is". This behavior seems undesirable. It would be preferable to leave the data type as was specified on the original data frame.

dbosak01 commented 3 years ago

This issue was fixed in version 1.1.0. Solution was to not call the format() function inside fdata() unless the user passes parameters to it on the "...". That mean you can still get "As.Is" datatypes if you pass something in on the "...". But that is no longer the default.