Learn R Programming

proustr (version 0.4.1)

pr_normalize_punc: Normalize punctuation

Description

Normalize a text written with usual french punctuation

Usage

pr_normalize_punc(df, col)

Value

a tibble with normalized text

Arguments

df

a dataframe

col

the column to normalize

Examples

Run this code
a <- proustr::albertinedisparue[1:20,]
pr_normalize_punc(albertinedisparue, text)

Run the code above in your browser using DataLab