
rscript
List of commands for rscript:
-
rscript:tldr:02830 rscript: Display R version.$ Rscript --versiontry on your machineexplain this command
-
rscript:tldr:509c7 rscript: Execute one or more R expressions.$ Rscript -e ${expression1} -e ${expression2}try on your machineexplain 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 machineexplain this command
-
rscript:tldr:69868 rscript: Run a script.$ Rscript ${filename-R}try on your machineexplain this command