#' @export
store_row_path.tar_external <- function(store, file) {
file$path
}
#' @export
store_path_from_name.tar_external <- function(
store,
format,
name,
path,
path_store
) {
path
}
#' @export
store_cache_path.tar_external <- function(store, path) {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.