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="window",...)

Arguments

x Any object that has an S3 class
outFile The default value of "window" displays the output in a separate window. Any other string value displays the output in the standard output window.
... additional arguments not used by this print method

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

hints


[Package hints version 1.0.1-1 Index]