Search found 4 matches

by ruediger_007
Thu Oct 18, 2012 9:30 am
Forum: General
Topic: Create multiple Output Files
Replies: 6
Views: 5383

Create multiple Output Files

Hi!

For all who are interested in this topic.

I just found this: http://learnr.wordpress.com/2009/09/09/brew-creating-repetitive-reports/

Since there is a way to compile Latex documents out of R it should not be difficult to build a loop around it.

I will be back as soon as problems occure ...
by ruediger_007
Thu Oct 18, 2012 8:50 am
Forum: General
Topic: Create multiple Output Files
Replies: 6
Views: 5383

Re: Create multiple Output Files

Hello!

thank you! this is a good start.

Since i am a bit disappointed that i could not make myself clear i try it again!

I have a dataset say with 200 different companies.
I create a latex template file like:

"Hello, this is your report!"
"Your company has an Index of [blank]" and
"The ...
by ruediger_007
Wed Oct 17, 2012 4:37 pm
Forum: General
Topic: Create multiple Output Files
Replies: 6
Views: 5383

Re: Create multiple Output Files

Hello!!!

First of all: That is good news!

I use the sweave package in R and want to generate mass reports with latex. This combination works as follows: I have a database in R and calculate Correlations and so on. The sweave package makes it possible to execute R Code in Latex so u have a dynamic ...
by ruediger_007
Fri Oct 05, 2012 10:00 pm
Forum: General
Topic: Create multiple Output Files
Replies: 6
Views: 5383

Create multiple Output Files

First off: Hello everybody!

I have a problem and I hope someone can help me.

Imagine I have created a standard document with a line that says something like "The index is: " and connected LaTeX with another program that puts different index figures depending on a dataset. Now I want to compile a ...