Nothing
context("canvasSize")
test_that("named canvas",{
fileRef <- "testReference/canvasSize1.rds"
canv1 <- canvasSize(canvas="wide")
expect_equal_to_reference(canv1,fileRef)
})
test_that("custom",{
fileRef <- "testReference/canvasSize2.rds"
canv2 <- canvasSize(canvas=list(height=10,width=22))
expect_equal_to_reference(canv2,fileRef)
})
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.