Execute R

btibert
btibert New Altair Community Member
edited November 5 in Community Q&A
I have poked around, but it's not obvious, to me at least, what the execution path is for the Execute R operator.  Can we specify the location of the path, or is the script passed as a string to something like RScript via the shell/command line?




Tagged:

Best Answer

  • varunm1
    varunm1 New Altair Community Member
    Answer ✓
    Hello @btibert

    If you are looking for R-script path linking, this is available in Settings --> Preferences --> R Scripting. Here you need to point to the Rscript.exe (already installed R program).

    Please inform if this is the one you are looking for.

Answers

  • varunm1
    varunm1 New Altair Community Member
    Answer ✓
    Hello @btibert

    If you are looking for R-script path linking, this is available in Settings --> Preferences --> R Scripting. Here you need to point to the Rscript.exe (already installed R program).

    Please inform if this is the one you are looking for.
  • btibert
    btibert New Altair Community Member
    edited September 2019
    To clarify, I am thinking about references to local files within my scripts as well as version of R (e.g. conda context versus local install in RScript).