test_that("names_datas", {
expect_identical(ps_names_datas(), character(0))
mtcars <- datasets::mtcars
expect_identical(ps_names_datas(), "mtcars")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.