logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Rscript - front end for scripting with R

Description

       A binary front-end to R, for use in scripting applications.

Name

       Rscript - front end for scripting with R

Options

--help Print usage and exit

       --version
              Print version and exit

       --verbose
              Print information on progress

       --default-packages=LIST
              Attach these packages on startup; a comma-separated LIST of package names, or 'NULL'

   andoptionstoR(inadditionto--no-echo--no-restore),forexample:--save Do save workspace at the end of the session

       --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

       --vanilla
              Combine --no-save, --no-restore, --no-site-file, --no-init-file and --no-environ

       Expressions  (one  or  more  '-e  <expr>') may be used *instead* of 'file'.  Any additional 'args' can be
       accessed from R via 'commandArgs(TRUE)'.  See also  ?Rscript  from within R.

Rscript (R)                                        March 2025                                         RSCRIPT(1)

Synopsis

Rscript [options] file [args]
       Rscript [options] -eexpr [-eexpr2 ...] [args]

See Also