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