yihui / knitr

A general-purpose tool for dynamic report generation in R
https://yihui.org/knitr/
2.39k stars 878 forks source link

Tutorial for beginners #24

Closed jankatins closed 12 years ago

jankatins commented 12 years ago

I never did sweave, but I did ok in latex and R: I couldn't grasp how the two worlds/workflows of analysis (in R or SPSS) and writing in TexnicCenter could come together. I would love to see a beginners tutorial showing this workflow when preparing a real paper:

Do an analysis (for example a regression, two models) write a text(in an latex editor? -> syntax highlighting) integrate a reference (biblatex -> I can do that in the regular editor, but how does that change with knitr?) integrate the results

(let the reader marvel at the productivty gained over the old workflow using tables cut and pasted from SPSS to excel, exported to latex and "postprocessed" ... and then done again because the dataset changed)

Thanks a lot!

yihui commented 12 years ago

This is a great suggestion. I appreciate it. Currently I have too many examples, and I will have to sort them out in the demos page: http://yihui.github.com/knitr/demos Hopefully things can become clearer a few days later.

yihui commented 12 years ago

Hi, you can take a look at the demo page of minimal examples now to see if the tutorial example works: http://yihui.github.com/knitr/demo/minimal/

github-actions[bot] commented 3 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.