synapseclient <- NULL
.onLoad <- function(libname, pkgname) {
syn_inst <- reticulate::py_module_available("synapseclient")
if(syn_inst){
synapseclient <<- reticulate::import('synapseclient', delay_load = T)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.