app_error = function(message, call = NULL, ...) {
err = structure(
list(
message = message,
call = call,
...
),
class = c("cemrepboot.error", "error", "condition")
)
stop(err)
}
cemrepboot_file = function(..., mustWork = TRUE) {
system.file(..., package = "cemrepboot", mustWork = mustWork)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.