autolink_html: Automatically link references and articles in an HTML page

View source: R/autolink_html.R

autolink_htmlR Documentation

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)

hadley/staticdocs documentation built on April 13, 2024, 4:46 p.m.