context("plottr")
test_that("plottr works on data frames and imported data ",{
x <- c(1,2,3)
y <- c(1,2,3)
z <- data.frame(x,y)
try(plottr(z))
try(plottr(data1))
expect (ok = T)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.