Nothing
test_that("get_series works", {
expect_equal(
{
obj <- get_series(template_test(), debug = T)
is_Rapi_GETPREP(obj)
# all(
# is.data.frame(obj$lines$data[[1]]),
# is.data.frame(obj$lines$data[[2]]),
# is.data.frame(obj$lines$data[[3]])
# )
},
T
)
})
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.