Convert names of provinces between different formats.

proName(
  name,
  to = "eng",
  from = NULL,
  asCharacter = TRUE,
  caseSensitive = FALSE,
  NAifNotFound = FALSE,
  fuzzy = FALSE,
  asTibble = FALSE
)

Arguments

name

character, name of the province

to

type of name to return (column names of CEPRE:::.proNames)

from

character or NULL, the type of name to convert from (if known)

asCharacter

logical,

caseSensitive

logical

NAifNotFound

logical,

fuzzy

ignored

asTibble

logical, FALSE by default