rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 158: | Line 158: | ||
|filename = "input.csv" | |filename = "input.csv" | ||
|iterations = 5 | |iterations = 5 | ||
}} | |||
and changing the code every time either of these changes, parameters can be passed to the R-script when starting it: | |||
{{Command | |||
|Rscript myscript.R input_1.csv 5 | |||
}} | |||
and the next | |||
{{Command | |||
|Rscript myscript.R input_2.csv 10 | |||
}} | }} | ||