Difference between revisions of "Batch Files - Hilary Dugan"
From Gleon Fellowship
(Set PropertyValue: StartDate = 2015-01-19) |
(Set PropertyValue: Progress = 5) |
||
Line 24: | Line 24: | ||
{{#set: | {{#set: | ||
Owner=Hilary| | Owner=Hilary| | ||
− | Progress= | + | Progress=5| |
StartDate=2015-01-19| | StartDate=2015-01-19| | ||
TargetDate=2015-01-23| | TargetDate=2015-01-23| | ||
Type=Low}} | Type=Low}} |
Revision as of 18:47, 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
Challenges:
- Batch files run natively on Windows OS
Example on Windows 7:
Two files are needed
- The R script (ex. helloworld.R)
- The batch file should be saved as "NAME.bat". It will be a text file that contains the following code (substitute path directories where necessary).
"C:\Program Files\R\R-2.15.2\bin\x64\R.exe" CMD BATCH "D:\user\...\helloworld.r" "D:\...\helloworld.out”