Nothing
test_that("missing tableStyles file in pptx from figshare", {
testthat::skip_if_offline()
testthat::skip_on_os("windows")
destfile <- tempfile(fileext = ".pptx")
on.exit(file.remove(destfile), add = TRUE)
download.file(
"https://ndownloader.figshare.com/files/16252631",
destfile = destfile
)
expect_warning({
x <- read_pptx(destfile)
})
})
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.