Nothing
test_that("file URL helper round-trips paths with spaces", {
path <- file.path(withr::local_tempdir(), "two words.txt")
writeLines("example", path)
expect_identical(normalizePath(.wa_from_file_url(to_file_url(path))), normalizePath(path))
})
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.