allpautils_names: Remove accents and hyphens in character vector

View source: R/allpautils_names.R

allpautils_namesR Documentation

Remove accents and hyphens in character vector

Description

This function will allow you to remove accents, hyphens and any strange characters that come from the UTF-8 encoding, with the intention of working with standardized names or texts.Review: https://cran.r-project.org/web/packages/MazamaSpatialUtils/vignettes/MazamaSpatialUtils.html

Usage

allpautils_names(string)

Arguments

string

Characters vector

Examples

library(innovar)
string <- c("PerĂº", "Estados Unidos")
allpautils_names(string)


healthinnovation/lis documentation built on June 19, 2024, 6:06 a.m.