Nothing
library(shiny.reglog)
mongo_default <- list(
url = "mongodb://localhost",
db = "reglog"
)
mongo_tables_create(
mongo_url = mongo_default$url,
mongo_db = mongo_default$db,
verbose = F
)
shiny.reglog:::RegLogTest(
dbConnector = RegLogMongoConnector$new(
mongo_url = mongo_default$url,
mongo_db = mongo_default$db
),
mailConnector = RegLogConnector$new(),
use_modals = F,
onStart = {
options("RegLogServer.logs_to_database" = 1)
options("RegLogServer.logs" = 1)
}
)
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.