credentials <- data.frame(
user = c("user", "admin"),
password = c("user", "admin"),
admin = c(FALSE, TRUE),
stringsAsFactors = FALSE,
module = c(1, 2)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.