library(zeallot)
install_miditapyr(envname = "r-reticulate")
skip_if_no_miditapyr <- function() {
have_miditapyr <- reticulate::py_module_available("miditapyr")
if (!have_miditapyr)
skip("miditapyr not available for testing")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.