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