descArgs()
. If the file contains help for several function,
one probably get also some irrelevant information. Use of 'args' to limit
result is strongly encouraged.descFun(fun, package, lib.loc = NULL)
descArgs(fun, args = NULL, package = NULL, lib.loc = NULL)
descFun()
NULL
(by default) to return the description of all
arguments from the corresponding man page, or a character vector with names
of the arguments to search forfun
, or NULL
for searching in all loaded packagesNULL
. The default value of NULL
corresponds to all libraries
currently known. If the default is used, the loaded packages are searched
before the libraries.CompletePlus
descFun("ls", "base")
descFun("library", "base")
descArgs("ls")
descArgs("library", args = c("package", "pos"))
Run the code above in your browser using DataLab