When copy/pasting from foreign dictionaries, it's sometimes desirable to tell tsv2label that a level should be NA.
I currently do this by just deleting the level from the factor file, but I think it is better (i.e. safer, more reviewable, more reproducible) to have an exclude column where, if TRUE, then the level is excluded.
When copy/pasting from foreign dictionaries, it's sometimes desirable to tell tsv2label that a level should be
NA
.I currently do this by just deleting the level from the factor file, but I think it is better (i.e. safer, more reviewable, more reproducible) to have an
exclude
column where, ifTRUE
, then the level is excluded.