normalize_text: Normalize text, removing spaces, common punctuation and...

View source: R/joins.R

normalize_textR Documentation

Normalize text, removing spaces, common punctuation and non-ascii characters

Description

Normalize text, removing spaces, common punctuation and non-ascii characters

Usage

normalize_text(text)

Arguments

text

A character vector

Value

A transformed character vector

Examples

normalize_text("§Bogotá, D.C.")

edalfon/efun documentation built on June 23, 2024, 4:17 a.m.