Skip to main content

Posts

Showing posts with the label R Script

R Script Command Line Options

Usage: R [options] [<> outfile] or: R CMD command [arguments] Start R, a system for statistical computation and graphics, with the specified options, or invoke an R tool via the 'R CMD' interface. Options: -h, --help : Print short help message and exit --version : Print version info and exit --encoding=ENC : Specify encoding to be used for stdin RHOME : Print path to R home directory and exit --save : Do save workspace at the end of the session --no-save : Don't save it --no-environ : Don't read the site and user environment files --no-site-file : Don't read the site-wide Rprofile --no-init-file : Don't read the .Rprofile or ~/.Rprofile files --restore : Do restore previously saved objects at startup --no-restore-data : Don't restore previously saved objects --no-restore-history : Don't restore the R history fil