TLDR
Enter a command. For example: runsvchdir, docker, printf, az term.

Rscript

 
Run a script with the R programming language. More information: https://www.r-project.org.
 
  • Run a script:
     
    Rscript {{path/to/file.R}}
     
  • Run a script in vanilla mode (i.e. a blank session that doesn't save the workspace at the end):
     
    Rscript --vanilla {{path/to/file.R}}
     
  • Execute one or more R expressions:
     
    Rscript -e {{expression1}} -e {{expression2}}
     
  • Display R version:
     
    Rscript --version

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.