library(testthat)
library(dataedu)
context("test-install_dataedu.R")
test_that("install_dataedu() works", {
expect_true("apaTables" %in% rownames(installed.packages()))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.