I am working on Sweave now, when I want to use R code to describe one variable in the latex table.
It turns out that Sweave cannot read these R codes, the output is not the variable, instead, the output is the text form of all the code I write
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may want
\Sexpr{R expression}; for example, this Sweave snippetbecomes this when Sweaved (Swoven?)