dbosak01 / fmtr

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

Error on assigning fcat to df #39

Closed dbosak01 closed 2 years ago

dbosak01 commented 2 years ago

When assigning an entire format catalog to a data frame using the formats() function, currently get an error if a variable is missing from the df that exists in the format catalog. Very inconvenient. Make it so that any variables that don't exist are ignored.