powered by
Detect the name of the months (in French)
pr_detect_months(df, col)
a tibble with the number of days detected by the algo
a dataframe
the column containing the text
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)
Run the code above in your browser using DataLab