Nothing
test_that("Test Reading", {
expect_error(
# fail while reading in rubbish link
fig("brokenlink"),
{
"No such file or directory"
}
)
expect_silent({
# read in without trouble
temp <- fig(
system.file("extdata", "fig.png", package = "figpatch", mustWork = 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.