devtools (version 1.13.6)

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
# NOT RUN {
find_topic("help")
# }

Run the code above in your browser using DataCamp Workspace