#' Info for all required packages for this application
#' @export
package_dependencies_info <- function(){
app_deps <- suppressWarnings({
rsconnect::appDependencies()
})
sessioninfo::package_info(pkgs = app_deps$package)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.