phelp: get the list of named documentation files for a package from...

View source: R/phelp.R

phelpR Documentation

get the list of named documentation files for a package from its namespace

Description

get the list of named documentation files for a package from its namespace

Usage

phelp(...)

Arguments

a

package name(space) as an unquoted string

Value

an interactive list of documented topics for that package

Examples

help(package="Rscripts") 
phelp(Rscripts) 
phelp(MASS) 


ttriche/Rscripts documentation built on Sept. 14, 2023, 2:52 a.m.