print.hints {hints} | R Documentation |
This function is the print method for hints objects
## S3 method for class 'hints': print(x, outFile = "", ...)
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 |
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