pr_normalize_punc
From proustr v0.4.0
by Colin FAY
Normalize punctuation
Normalize a text written with usual french punctuation
Usage
pr_normalize_punc(df, col)
Arguments
- df
a dataframe
- col
the column to normalize
Value
a tibble with normalized text
Examples
# NOT RUN {
a <- proustr::albertinedisparue[1:20,]
pr_normalize_punc(albertinedisparue, text)
# }
Community examples
Looks like there are no examples yet.