View source: R/pr_detect_calendar.R
| pr_detect_months | R Documentation |
Detect the name of the months (in French)
pr_detect_months(df, col)
df |
a dataframe |
col |
the column containing the text |
a tibble with the number of days detected by the algo
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.