Displaying 1 result from an estimated 1 matches for "ggt1".
Did you mean:
ggt
2011 Jul 05
1
Executing a function several time, how to save the output
...,
I try to exceute a function "myfun" that should use as input "input1.csv"
and "input2.csv" .
Then I try to save the output dat33 on a csv file (on per each time I
execute input1..input 2 and so on). So my problem is how to finally obtain
several csv file with "ggt1.csv", "ggt2.csv".
The program creates ggt1.csv but
BUT when runs "myfun" by second time (It is supossed with input2.csv" it
appears:
Warning messages:
1: In if (file == "") file <- stdout() else if (is.character(file)) { :
the condition has length &g...