Automatically link references and articles in an HTML page
Source:R/autolink_html.R
autolink_html.Rd
Please use downlit::downlit_html_path()
instead.
Usage
autolink_html(input, output = input, local_packages = character())
Examples
if (FALSE) { # \dontrun{
autolink_html("path/to/file.html",
local_packages = c(
shiny = "shiny",
shinydashboard = "shinydashboard"
)
)
} # }