Syntax - R (Print Output) Flashcards
1
Q
4) Unlike many other programming languages, you can output code in R without using a print () function :
A
Print Function print()
2
Q
5) However, R does have a print() function available if you want to use it.
A
Print Function print()
3
Q
6) And there are times you must use the print() function to output code, for example when working with for loops.
A
Print Function print()