paramNames {TypeInfo}R Documentation

Compute the names of all the specified parameters in a TypeSpecification object

Description

This generic function has methods for computing the names of all the parameters in a type specification for a function for which type information is explicitly specified. There is also a method for functions which merely returns the names of the formal parameters, i.e. a call to formals.

Usage

paramNames(def)

Arguments

def the object from which we are to identify the names of the parameters

Details

Value

A character vector giving the names of the parameters that were found.

Note

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

See Also

typeInfo

Examples



[Package TypeInfo version 1.2.0 Index]