Nothing
local_encoding <- function(encoding, .env = parent.frame()) {
expect_warning(
withr::local_locale(LC_CTYPE = encoding, .local_envir = .env),
"using locale code page other than 65001"
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.