Nothing
test_that("table_data returns a tibble with expected columns", {
result <- table_data(pkg = "manynet")
expect_s3_class(result, "tbl_df")
expect_true(all(c("dataset", "nodes", "ties", "directed") %in% names(result)))
})
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.