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)

ColinFay/proustr documentation built on May 20, 2019, 2:41 p.m.