.onLoad <- function(...) {
shiny::addResourcePath(
prefix = "musicassessr-assets", # custom prefix that will be used to reference your directory
directoryPath = system.file("www", package = "musicassessr") # path to resource in your package
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.