Source R script using 32 bit R from 64 bit RStudio

前端 未结 1 1834
醉梦人生
醉梦人生 2021-01-18 01:27

On Win7 I have both 32 bit and 64 bit R installed. Because one can\'t ODBC to 32 bit MS Access from 64 bit R, I want to source an R script using the 32 bit version of R. Fro

相关标签:
1条回答
  • 2021-01-18 01:47

    I think you want to use Rscript.exe to run the file, rather than R.exe. You can do this by just using /bin/i386/Rscript.exe your_rfile.R - this is how I would execute R code from the command line in Windows.

    0 讨论(0)
提交回复
热议问题