Nothing
test_that("it should check rb3 folders", {
reg <- rb3_registry$get_instance()
expect_true(dir.exists(reg[["rb3_folder"]]))
expect_true(dir.exists(reg[["raw_folder"]]))
expect_true(dir.exists(reg[["db_folder"]]))
})
test_that("it should check rb3 sqlite connection", {
reg <- rb3_registry$get_instance()
expect_true("sqlite_db_connection" %in% names(reg))
con <- meta_db_connection()
expect_true(DBI::dbIsValid(con))
})
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.