powered by
Extracts help-files from a given package
getMethodHelp(packageName, methodName, getAll = FALSE)
Name of the package to extract the help files from
Name of the method of which the help file should be read
True if instead of a single one, all help-files of a given package should be read. Default = False
An Rd Object with the package help file or a list of all Rd-Objects for a given package
# NOT RUN { spotGUI:::getMethodHelp("SPOT","buildKriging") spotGUI:::getMethodHelp("SPOT",NULL, TRUE) # }
Run the code above in your browser using DataLab