refgenie_seekr <- function(refgenie_ex,
asset_registry_paths=c()){
out <- sys::exec_wait(cmd = refgenie_ex,
args = c("seekr",
paste(asset_registry_paths, collapse = " "))
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.