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 <command> | 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 <command> | Set max size of protect stack |
--min-nsize <command> | Set min number of fixed size obj's ('cons cells') |
--min-vsize <command> | 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 <command> | Run R through a debugger |
--debugger-args <command> | Pass arguments to the debugger |
--gui,-g <command> | Type of GUI to use |
--arch <command> | Specify a sub-architecture |
--args | Skip the rest of the command line |
--file,-f <command> | Take input from a file |
-e <command> | Execute and R expression and exit |