get_weekdays()
get_weekdays(TRUE)
if(.Platform$OS.type == "windows")
{
get_weekdays(locale = "French_France")
get_weekdays(TRUE, locale = "French_France")
get_weekdays(locale = "Arabic_Qatar")
get_weekdays(TRUE, locale = "Arabic_Qatar")
} else
{
get_weekdays(locale = "fr_FR.utf8")
get_weekdays(TRUE, locale = "fr_FR.utf8")
get_weekdays(locale = "ar_QA.utf8")
get_weekdays(TRUE, locale = "ar_QA.utf8")
}
Run the code above in your browser using DataLab