Forrest logo
back to context overview

rscript

List of commands for rscript:

  • rscript:tldr:02830 rscript: Display R version.
    $ Rscript --version
    try on your machine
    explain this command
  • rscript:tldr:509c7 rscript: Execute one or more R expressions.
    $ Rscript -e ${expression1} -e ${expression2}
    try on your machine
    explain this command
  • rscript:tldr:5fd58 rscript: Run a script in vanilla mode (i.e. a blank session that doesn't save the workspace at the end).
    $ Rscript --vanilla ${filename-R}
    try on your machine
    explain this command
  • rscript:tldr:69868 rscript: Run a script.
    $ Rscript ${filename-R}
    try on your machine
    explain this command
back to context overview