ayuda: Quickly View of PDF Help

Description Usage Arguments Value Note Source Examples

View source: R/ayuda.R

Description

Una función por su ayuda. View the PDF help of a package or function.

Usage

1
ayuda(topic)

Arguments

topic

A name, the topic for which to produce a PDF. Must not be a character string (see examples).

Value

NULL. Called for its side-effect, which is to create a PDF at a temporary location and open it.

Note

Requires the texi2dvi utility. It can be found in the texinfo package on debian and derivatives.

Source

This stackoverflow answer.

Examples

1
2
3
4
5
6
7
8
## Not run: 

ayuda(utils::help)
ayuda(utils)

ayuda(charms::ayuda)

## End(Not run)

nielsaka/charms documentation built on Sept. 3, 2019, 12:32 p.m.