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()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

5) However, R does have a print() function available if you want to use it.

A

Print Function print()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly