Skip to content

Instantly share code, notes, and snippets.

@jonahlyn
Last active August 29, 2015 14:06
Show Gist options
  • Save jonahlyn/8f7c5c6e4d8c3c2627c8 to your computer and use it in GitHub Desktop.
Save jonahlyn/8f7c5c6e4d8c3c2627c8 to your computer and use it in GitHub Desktop.
Set the locale in an R script (gist)
Sys.setlocale("LC_TIME", "English")
# Or if that doesn't work:
Sys.setlocale("LC_TIME", "C")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment