50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

rdoc (version 0.1.0)

rdoc_text: Colourised R documentation

Description

Access the underlying rdoc text lines

Usage

rdoc_text(topic, package = NULL, lib.loc = NULL)

Arguments

topic

character(1), help topic

package

character(1), package of help topic. Defaults to NULL

lib.loc

character(1), library location of package. Defaults to NULL

Value

character

Examples

Run this code
# NOT RUN {
txt <- rdoc::rdoc_text('min')
# }

Run the code above in your browser using DataLab