When I change the locale, there is an output to the console:
> Sys.setlocale("LC_TIME", "de_DE")
[1] "de_DE"
How do I turn off this output?
When I change the locale, there is an output to the console:
> Sys.setlocale("LC_TIME", "de_DE")
[1] "de_DE"
How do I turn off this output?