Skip to content
rburghol edited this page Mar 6, 2023 · 1 revision

Running Rscript from Windows

  • program is named Rscript.exe
  • R "bin" directory must be in your path:
PATH="$PATH:/c/usr/local/bin/R-4.2.2/bin"
export PATH
  • Run script you want, ex: Rscript.exe /c/usr/local/home/git/vahydro/R/modeling/nhd/nhdplus_nested.R

Clone this wiki locally