# Copyright © 2022 University of Kansas. All rights reserved.
pygt3x <- NULL
.onLoad <- function(libname, pkgname) {
if(reticulate::py_module_available("pygt3x")){
pygt3x <<- reticulate::import("pygt3x", delay_load = TRUE)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.