test_that("pal data reads correctly", {
df1=redcap_template
df2=template_pal_data(testing=TRUE)
expect_equal(names(df1), names(df2))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.