Nothing
context("test_shinyDataFilter_df")
skip_on_cran()
test_that("testing that extended getInitializationCode function returns code attribute", {
x <- structure(1, code = "this_is_the_code", class = "shinyDataFilter_df")
expect_equal(
IDEAFilter::getInitializationCode.shinyDataFilter_df(x),
"this_is_the_code")
})
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.