#' @export
read_secret <- function(x, ...) {
UseMethod("read_secret")
}
#' @export
read_secret.character <- function(x, ...) {
assert_package("brio")
secret(brio::read_file(x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.