#' Get Rosetta module object reference
#'
#' @return An R object wrapping a Python module. Module attributes can be accessed via the `$` operator, or via `py_get_attr()`.
#' @export
get_rosetta_module <- function() {
rosetta_module
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.