pr_detect_months: Detect french months

View source: R/pr_detect_calendar.R

pr_detect_monthsR Documentation

Detect french months

Description

Detect the name of the months (in French)

Usage

pr_detect_months(df, col)

Arguments

df

a dataframe

col

the column containing the text

Value

a tibble with the number of days detected by the algo

Examples

a <- data.frame(month = c("C'est lundi 1er mars et mardi 2", 
"Et mercredi 3", "Il est revenu en juin."))
pr_detect_months(a, month)

proustr documentation built on Sept. 3, 2026, 5:09 p.m.