context("pressure.R")
library('testthat')
test_that("second input argument is dataframe", {
expect_error(pressure(413,12))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.