Nothing
context("test-readdata_example")
library(plotGrouper)
testthat::test_that("readData_example works", {
testthat::skip_on_os("windows")
f <- plotGrouper::readData_example(path = "iris.xlsx")
testthat::expect_is(f, class = "character")
})
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.