Nothing
tmpFile <- tempfile()
code <- languageserversetup:::append_code(rlsLib = "")
write(code, file = tmpFile, append = TRUE)
expect_warning(
languageserver_remove_from_rprofile(
rprofilePath = tmpFile,
code = c(code[1L:3L], "Something else", code[4L:6L])
),
"The code to remove is inconsistent with content."
)
unlink(tmpFile, force = TRUE)
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.