print.hints {hints} | R Documentation |
This function is the print method for hints objects
## S3 method for class 'hints': print(x, outFile="window",...)
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 |
Prints a list of functions that can be used with a specified object.
Hadley Wickham, h.wickham@gmail.com and Sanford Weisberg, sandy@stat.umn.edu