R
Start R or invoke an R tool using CMD
Subcommands
Options
Name | Description |
---|---|
--help, -h | Print help message and exit |
--version, -v | Print version info and exit |
--encoding <encoding> | Specify encoding to be used for stdin |
--save | Save workspace at the end of the session |
--no-save | Do not save workspace at the end of the session |
--no-environ | Do not read the site and user environment files |
--no-site-file | Do not read the site-wide Rprofile |
--no-init-file | Do not read the user R profile |
--restore | Do restore previously saved objects at startup |
--no-restore-data | Do not restore previously saved objects |
--no-restore-history | Do not restore the R history file |
--no-restore | Do not restore anything |
--vanilla | Combine --no-save, --no-restore, --no-site-file, --no-init-file and --no-environ |
--no-readline | Do not use readline for command-line editing |
--max-ppsize <max size> | Set max size of protect stack |
--min-nsize <min size> | Set min number of fixed size obj's ('cons cells') |
--min-vsize <min vsize> | Set vector heap minimum (in bytes or '4M' = 4 MegaB) |
--quiet, --silent, -q | Do not print startup message |
--no-echo, -s | Make R run as quietly as possible |
--interactive | Force an interactive session |
--verbose | Print more information about progress |
--debugger, -d <debugger> | Run R through a debugger |
--debugger-args <args> | Pass arguments to the debugger |
--gui, -g <gui> | Type of GUI to use |
--arch <arch> | Specify a sub-architecture |
--args | Skip the rest of the command line |
--file, -f <file> | Take input from a file |
-e <expr> | Execute and R expression and exit |