dbosak01 / fmtr

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

Date on fdata #46

Closed dbosak01 closed 2 years ago

dbosak01 commented 2 years ago

When data is read from a SAS dataset and run through fdata, it appears that unformatted data column values are getting changed to the string "DATE". Very odd.

dbosak01 commented 2 years ago

This was because attr() does pattern matching by default. Had to turn it off everywhere with exact = TRUE option.