View source: R/autolink_html.R
autolink_html | R Documentation |
Please use downlit::downlit_html_path()
instead.
autolink_html(input, output = input, local_packages = character())
input , output |
Input and output paths for HTML file |
local_packages |
A named character vector providing relative paths (value) to packages (name) that can be reached with relative links from the target HTML document. |
## Not run:
autolink_html("path/to/file.html",
local_packages = c(
shiny = "shiny",
shinydashboard = "shinydashboard"
)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.