Nothing
test_that("get_category_strings() namespaces", {
expect_true(requireNamespace("data.table", quietly = TRUE))
})
test_that("get_category_strings() category names",{
expect_snapshot(RcensusPkg::get_category_strings(get_names = TRUE))
})
test_that("get_category_strings() race", {
expect_snapshot(RcensusPkg::get_category_strings(name = "race"))
})
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.