adplus-dvertising
frame-decoration

Question

A ________________ in R programming language can also contain numeric and alphabets along with special characters like dot and underline.

a.

Variable name

b.

Number

c.

Integer

d.

Character

Answer: (a).Variable name

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A ________________ in R programming language can also contain numeric and alphabets along with special characters like dot and underline.

Similar Questions

Discover Related MCQs

Q. The current user defined objects like lists, vectors, etc. is referred to as __________ in the R language.

Q. Which function helps you perform sorting in R language?

Q. Which function is used to create a histogram for visualisation in R programming language?

Q. Write the syntax to set the path of the current working directory in R environment?

Q. What will be the output of runif()?

Q. ________ function generates “n” normal random numbers based on the mean and standard deviation arguments passed to the function.

Q. Write a function to extract the first name in the string “Mrs. Jake Luther”?

Q. _________ package provides basic functionalities in R environment like arithmetic calculations, input/output.

Q. Which function basically finds the intersection between two different sets of data?

Q. Which function calculates the count of each category of a categorical variable?

Q. The cumulative frequency distribution of a categorical variable can be checked using the ________ function in R language.

Q. A programmer builds a _________ to avoid repeating the same task or reduce complexity.

Q. _________ is an indication that a fatal problem has occurred and execution of the function stops.

Q. Point out the correct statement?

Q. Warnings are generated by the _________ function.

Q. Point out the correct statement?

Q. To get the current date, the _______ function will return a Date object which can be converted to a different class if necessary.