Difference between revisions of "Batch Files - Hilary Dugan"
From Gleon Fellowship
(Set PropertyValue: TargetDate = 2015-01-23) |
|||
| Line 1: | Line 1: | ||
[[Category:Task]] | [[Category:Task]] | ||
| + | ==Skills Sharing: Batch files to graph with R== | ||
| + | |||
| + | Why should I use a batch file? | ||
| + | * Any R script can be run without opening R | ||
| + | * Can output figures | ||
| + | * Can be automated to run daily | ||
| + | |||
| + | Downside? | ||
| + | * Batch files run natively on Windows OS | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
<!-- Add any wiki Text above this Line --> | <!-- Add any wiki Text above this Line --> | ||
<!-- Do NOT Edit below this Line --> | <!-- Do NOT Edit below this Line --> | ||
Revision as of 15:11, 20 January 2015
Skills Sharing: Batch files to graph with R
Why should I use a batch file?
- Any R script can be run without opening R
- Can output figures
- Can be automated to run daily
Downside?
- Batch files run natively on Windows OS