context("validators")
thisIsIris = isThisDFOk(schema_iris)
test_that("makeItPassIf returns df if used correctly", {
df = makeItPassIf(thisIsIris)(iris)
expect_is(df, "data.frame")
expect_true(all(df == iris))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.