r - How to change output of weekdays from Hebrew to English -
i want extract weekday using weekdays
function.
but unfortunately results in hebrew.
how can change this?
i prefer change english. if not possible, prefer convert them numbers.
you should change locale desired language/region.
for example changing english can done with:
sys.setlocale(category = "lc_all", locale = "english_united states.1252")
Comments
Post a Comment