unifyCountrynames: Unify countrynames

Description Usage Arguments Value Warning Examples

View source: R/countrynames.R

Description

Description

Usage

1

Arguments

inVec

A vector or character string of country name(s)

Value

A character vector containing the unified strings.

Warning

Do not operate heavy machinery within 8 hours of using this function.

Examples

1
2
3
4
5
6
7
8
9
x = c("Congo Kinshasa",
      "Congo, Republic of",
      "Congo Brazzaville",
      "Cote d`Ivoire",
      "Central African Rep.",
      "Cabo Verde",
      "Gambia, The")
      
 unifyCountrynames(x)

schliebs/aidR documentation built on Feb. 17, 2020, 10:26 a.m.