Learn R Programming

RuHere (version 1.0.1)

remove_accent: Remove accents and special characters from strings

Description

This function removes accents and replaces special characters from strings, returning a plain-text version suitable for data cleaning or standardization.

Usage

remove_accent(s)

Value

A vector string without accents or special characters.

Arguments

s

(character) a character vector containing the strings to process.

Examples

Run this code
remove_accent(c("Colômbia", "São Paulo"))

Run the code above in your browser using DataLab