Skip to content

Instantly share code, notes, and snippets.

@mrjoh3
Last active August 28, 2018 00:33
Show Gist options
  • Save mrjoh3/16533a3e9dea4e00d70c8321bbb7e3d3 to your computer and use it in GitHub Desktop.
Save mrjoh3/16533a3e9dea4e00d70c8321bbb7e3d3 to your computer and use it in GitHub Desktop.
@echo on
:: Render Rmd reports
"C:\Program Files\R\R-3.4.0\bin\x64\Rcmd.exe" BATCH "C:\REPORTS\run_reports.R
:: Mount SHAREPOINT document library as directory r:
net use r: http://sp13intranet/.../web
:: Copy all files to SHAREPOINT folder .../web/REPORTS
xcopy C:\REPORTS\* r:\REPORTS\* /D /E /C /H /R /Y /K /I /S /G
:: Unmount SharePoint
net use r: /d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment