R(1) - a language for data analysis and graphics
-h, --help
       Print short help message and exit
--version
       Print version info and exit
--encoding=ENC
       Specify encoding to be used for stdin
--encoding ENC

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 user R profile
--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 file
--no-restore
       Don't restore anything
--vanilla
       Combine --no-save, --no-restore, --no-site-file, --no-init-file and --no-environ
--no-readline
       Don't use readline for command-line editing
--max-ppsize=N
       Set max size of protect stack to N
-q, --quiet
       Don't print startup message
--silent
       Same as --quiet
--slave
       Make R run as quietly as possible
--interactive
       Force an interactive session
--verbose
       Print more information about progress
-d, --debugger=NAME
       Run R through debugger NAME
--debugger-args=ARGS
       Pass ARGS as arguments to the debugger
-g TYPE, --gui=TYPE
       Use TYPE as GUI; possible values are 'X11' (default) and 'Tk'.
--arch=NAME
       Specify a sub-architecture
--args Skip the rest of the command line
-f FILE, --file=FILE
       Take input from 'FILE'
-e EXPR
       Execute 'EXPR' and exit