getMethodHelp: getMethodHelp

Description Usage Arguments Value Examples

View source: R/readHelpFiles.R

Description

Extracts help-files from a given package

Usage

1
getMethodHelp(packageName, methodName, getAll = FALSE)

Arguments

packageName

Name of the package to extract the help files from

methodName

Name of the method of which the help file should be read

getAll

True if instead of a single one, all help-files of a given package should be read. Default = False

Value

An Rd Object with the package help file or a list of all Rd-Objects for a given package

Examples

1
2
spotGUI:::getMethodHelp("SPOT","buildKriging")
spotGUI:::getMethodHelp("SPOT",NULL, TRUE)

spotGUI documentation built on March 31, 2021, 1:06 a.m.