knitr::opts_chunk$set( error = TRUE, collapse = TRUE, comment = "#>", out.width = "100%" )
library(testthat) library(jeksterslabRplots)
.scatter.plot(data = jeksterslabRdatarepo::wages)
expect_error( object = .scatter.plot(data = jeksterslabRdatarepo::wages), regexp = NA )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.