R Variable
Jump to navigation
Jump to search
A R Variable is a computer program variable in a R code.
- Example(s):
- a R Number Variable.
- a R String Variable.
- a R Hash Variable.
- a R List Variable.
- …
- Counter-Example(s):
- a Java Variable, a Python Variable, a Perl Variable, an Scala Variable.
- a R Data Structure.
- See: R Program, R Reference, R Datatype, R Named Vector.