Nothing
test_that("filter_greater_than", {
filtered_data <- filter_all(
iris,
list(
type = "GT",
value = 5,
column = "Sepal.Length"
)
)
expect_true(all(filtered_data$passed$Sepal.Length > 5))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.