R core
R core
- R core is a computer language that allows you to do complicated math and data analysis
- Its command-line tool,
rscript
, has a fairly simple usage command that blossoms into a Lovecraftian monster beyond all comprehensionrscript -e 'expression 1' <-e 'expression 2'...> <arguments>
- Each
-e
is followed by a mathematical expression in single quotes,'expression'
- The expressions can feed into each other
- Each
- I can/should probably dive into this in the future, but for now, I've left a bunch of sources below.
Metadata
Sources
Debian -- Details of package r-base-core in sid
rscript(1): front end for scripting with R - Linux man page
R: Scripting Front-End for R
R: Run an R script