Rdocumentation
powered by
Learn R Programming
devtools (version 1.8.0)
find_topic: Find the rd file that documents a topic.
Description
Only packages loaded by devtools are searched.
Usage
find_topic(topic)
Arguments
topic
The topic, a string.
Value
A named string. The values gives the path to file; the name gives the path to package.
Examples
Run this code
find_topic(
"help"
)
Run the code above in your browser using
DataLab