ParameterDescription-class | R Documentation |
This describes an individual parameter in a function definition within a type library. It provides the name of the parameter, its type and default value, and its style (e.g. in or out, whether it is optional).
Objects can be created by calls of the form new("ParameterDescription", ...)
.
name
:Object of class "character"
the name of the parameter, used in providing arguments in calls by name.
type
:Object of class "TypeDescription"
the information for this parameter describing the
data type that is expected in the call to this function for this parameter
style
:Object of class "ParameterStyle"
the call style for this parameter, indicating whether it is an
in, out or in/out argument by which it transfers content to and from
the function.
defaultValue
:Object of class "ANY"
an S object giving the default value for this argument if any.
No methods defined with class "ParameterDescription" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://msdn.microsoft.com/library http://www.omegahat.org/RWinTypeLibs
getElements
ElementDescription-class
FunctionDescription-class
VariableDescription-class
TypeDescription-class
PointerTypeDescription-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.