Skip to content
Prev 18960 / 63421 Next

defining a print method

On 1/4/06, Gabor Grothendieck <ggrothendieck at gmail.com> wrote:
shQuote doesn't print anything, you probably want

print.xx <- function(x, ...) print(shQuote(x))

-Deepayan