static_help: Make static html of R doc in package

View source: R/make_static_help.R

static_helpR Documentation

Make static html of R doc in package

Description

Make static html of R doc in package

Usage

static_help(pkg, links = tools::findHTMLlinks())

Arguments

pkg

string providing name of (installed) package containing target docs

links

set NULL to avoid (local) intra-doc linking. Defaults to tools::findHTMLlinks()

Value

(a set of) html file(s) in system.file('html', package = pkg)

Examples

static_help("raptools", links = NULL)
static_help("raptools")

Rapporteket/raptools documentation built on May 1, 2022, 6:42 a.m.