Nothing
#' react-router-dom JS dependency
#'
#' @return HTML dependency object.
#'
#' @export
reactRouterDependency <- function() {
htmltools::htmlDependency(
name = "reactRouter",
version = "0.0.1",
package = "reactRouter",
src = c(file = "reactRouter-6.30.0"),
script = "react-router-dom.js"
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.