R (programming language): Difference between revisions

Content deleted Content added
Clarified note b
Basic syntax: Clarified note c
Line 211:
 
=== Basic syntax ===
The following examples illustrate the basic [[programming language syntax|syntax of the language]] and use of the command-line interface.{{efn|An expanded list of standard language features can be found in the R manual, "An Introduction to R", {{URL|cran.r-project.org/doc/manuals/R-intro.pdf}}}}
 
In R, the generally preferred [[Assignment (computer science)|assignment operator]] is an arrow made from two characters <code><-</code>, although <code>=</code> can be used in some cases.<ref>{{cite web|author=R Development Core Team|title=Assignments with the = Operator|url=https://developer.r-project.org/equalAssign.html|access-date=2018-09-11}}</ref>