find_topic {devtools}R Documentation

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

find_topic("help")

[Package devtools version 1.13.6 Index]