fix_names: Fix names of provinces

Description Usage Arguments Details Value Author(s) Examples

View source: R/fix_names.R

Description

fix_names allows to correct the names of the provinces, adopting a standard convention.

Usage

1

Arguments

x

a vector of characters.

Details

Ease the integration of data from multiple sources.

Value

A vector of characters, the corrected version of the x input.

Author(s)

Marc Choisy

Examples

1
fix_names(c("Soc T rang", "SOn ia", "Son ia"))

choisy/mcutils documentation built on May 29, 2019, noon