I want to print a vector of strings to the console formatted as if it were
input

X<-c("a","b","c")
> X
[1] "a" "b" "c"

what I would like to get is

the.function(X)
>"a","b","c"

what is the function?

cheers

Nevil amos

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to