In R, the _________ function is used to print the output.
- echo()
- output()
- print()
- show()
The 'print()' function is used in R to print the output to the console. This can be used to display the value of a variable, a message, or the output of a function.
Loading...
Related Quiz
- If an array in R is created with elements of different data types, R will ______.
- To get the indices of a logical vector in R where the value is TRUE, you can use the ________ function.
- Can you discuss the use of bar charts in exploratory data analysis in R?
- The ________ data type in R is used to store decimal values.
- How do you perform exponentiation in R?