na_conformer {portalr} | R Documentation |
Given the species abbreviation Neotoma albigula (NA), when data are read in, there can be an NA
when it should be an "NA"
. This function conforms the entries to be proper character values.
na_conformer(dfv, colname = "species")
dfv |
Either [1] a |
colname |
|
x
with any NA
in colname
replaced with "NA"
.
na_conformer(c("a", "b", NA, "c"))