print.hints {hints}R Documentation

Print method for hints objects

Description

This function is the print method for hints objects

Usage

## S3 method for class 'hints':
print(x, outFile = "", ...)

Arguments

x Any object that has an S3 class
outFile The name of the output file; the default is to output to the console
... additional arguements are passed to formatDL which is used to format the output

Value

Prints a list of functions that can be used with a specified object.

Author(s)

Hadley Wickham, h.wickham@gmail.com and Sanford Weisberg, sandy@stat.umn.edu

See Also

formatDL, hints


[Package hints version 1.0 Index]