adplus-dvertising
frame-decoration

Question

Which of the following command is used to print an object “x” in R?

a.

printf(x)

b.

print(x)

c.

printx

d.

print[x]

Answer: (b).print(x)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following command is used to print an object “x” in R?

Similar Questions

Discover Related MCQs

Q. They primary R system is available from the ______

Q. Point out the wrong statement?

Q. R functionality is divided into a number of ________

Q. Which Package contains most fundamental functions to run R?

Q. Point out the wrong statement?

Q. Which of the following is a base package for R language?

Q. Which of the following is “Recommended” package in R?

Q. What is the output of getOption(“defaultPackages”) in R studio?

Q. Advanced users can write ___ code to manipulate R objects directly.

Q. Which of the following is used for Statistical analysis in R language?

Q. Which of the following operator is used to create integer sequences?

Q. In R language, a vector is defined that it can only contain objects of the ________

Q. A list is represented as a vector but can contain objects of ___________

Q. How can we define ‘undefined value’ in R language?

Q. What is NaN called?

Q. How can we define ‘infinity’ in R language?

Q. Which one of the following is not a basic datatype?

Q. How do you create an integer suppose 5 in R?

Q. The dimension attribute is itself an integer vector of length _______

Q. Matrices can be created by row-binding with the help of the following function.