Learn R Programming

spotGUI (version 0.2.3)

getMethodHelpArgument: getMethodHelpArgument

Description

Extracts the "Arguments" section from a help file

Usage

getMethodHelpArgument(packageName, methodName)

Arguments

packageName

Name of the package to extract the help file from

methodName

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

Value

An Rd Object with the "Arguments" section of a given help file. If no "Arguments" Section exists, this returns NULL

Examples

Run this code
# NOT RUN {
spotGUI:::getMethodHelpArgument("SPOT","buildKriging")

# }

Run the code above in your browser using DataLab