Convert names of provinces between different formats.
proName(
name,
to = "eng",
from = NULL,
asCharacter = TRUE,
caseSensitive = FALSE,
NAifNotFound = FALSE,
fuzzy = FALSE,
asTibble = FALSE
)
character, name of the province
type of name to return (column names of CEPRE:::.proNames
)
character or NULL, the type of name to convert from (if known)
logical,
logical
logical,
ignored
logical, FALSE by default