Description Usage Arguments Details Author(s) See Also Examples
Print character strings without quotes.
1 2 3 4 5 6 7 |
obj |
any R object, typically a vector of
|
x |
an object of class |
... |
further options passed to next methods, such as |
recursive |
for compatibility with the generic |
noquote
returns its argument as an object of class
"noquote"
. There is a method for c()
and subscript
method ("[.noquote"
) which ensures that the class is not lost
by subsetting. The print method (print.noquote
) prints
character strings without quotes ("\dots"
).
These functions exist both as utilities and as an example of using (S3)
class
and object orientation.
Martin Maechler maechler@stat.math.ethz.ch
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.