pr_detect_days: Detect french days

Description Usage Arguments Value Examples

View source: R/pr_detect_calendar.R

Description

Detect the name of the days (in French)

Usage

1

Arguments

df

a dataframe

col

the column containing the text

Value

a tibble with the number of days detected by the algo

Examples

1
2
3
a <- data.frame(jours = c("C'est lundi 1er mars et mardi 2", 
"Et mercredi 3", "Il est revenu jeudi."))
pr_detect_days(a, jours)

proustr documentation built on May 2, 2019, 5:08 a.m.