Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

autolink_html

Automatically link references and articles in an HTML page


Description

Deprecated: please use downlit::downlit_html_path instead.

Usage

autolink_html(input, output = input, local_packages = character())

Arguments

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.

Examples

## Not run: 
autolink_html("path/to/file.html",
  local_packages = c(
    shiny = "shiny",
    shinydashboard = "shinydashboard"
  )
)

## End(Not run)

pkgdown

Make Static HTML Documentation for a Package

v1.6.1
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>), Jay Hesselberth [aut] (<https://orcid.org/0000-0002-6299-179X>), RStudio [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.