Nothing
test_that("add_prefix works", {
old_names<-names(imports_mcmodule$node_list)
imports_mcmodule_new <- add_prefix(imports_mcmodule)
new_names<-names(imports_mcmodule_new$node_list)
expect_equal(paste0("imports_mcmodule_",old_names), new_names)
})
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.