powered by
Please use downlit::downlit_html_path() instead.
downlit::downlit_html_path()
autolink_html(input, output = input, local_packages = character())
Input and output paths for HTML file
A named character vector providing relative paths (value) to packages (name) that can be reached with relative links from the target HTML document.
if (FALSE) { autolink_html("path/to/file.html", local_packages = c( shiny = "shiny", shinydashboard = "shinydashboard" ) ) }
Run the code above in your browser using DataLab