R Program
Jump to navigation
Jump to search
An R Program is a software program composed of R statements (written in the R programming language) that can be accepted by an R interpreter.
- Context:
- It can be executed by an R Distribution.
- It can make use of an R Package.
- It can make use of an R Variable.
- It can make use of an R Data Structure.
- It can make use of an R Function, such as a R Built-in Function.
- It can be executed from a shell command line by
R --slave < program.R
- Example(s):
- Counter-Example(s):
- an R Interactive Session.
- a SAS Program.
- a MATLAB Program.
- an R Interactive Session.
- a Python Program.
- a Perl Program.
- See: R Scripting Interface.
References
2007
- Ajay Shah. “R by example." http://www.mayin.org/ajayshah/KB/R/index.html