I am wanting to use the "[" operator in an S-chunk, e.g.

<<>>=
str(women)
women$height
women[,1]
"["(women,1)
@

to show the equivalence of  three methods of extracting an element from 
a data.frame.

However Sweave returns the last of these as

women[1]

in the S input chunk

How can I force it not to do this and return "["(women,1)

______________________________________________
[email protected] 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