build_data_path <- function(destination){
assertthat::assert_that(
inherits(destination, "character"),
msg = "build_data_path: destination argument must be a character vector."
)
R.utils::getAbsolutePath(destination)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.