View source: R/rodent_species.R
| na_conformer | 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.