English, asked by TbiaSamishta, 1 year ago

Which of the following data structures in R can store different types of data?

Answers

Answered by khushi5780
5
R's basic data types are character, numeric, integer, complex, and logical.

R's basic data structures include the vector, list, matrix, data frame, and factors.

Objects may have attributes, such as name, dimension, and class.

Answered by Sidyandex
0

The R programming language is the programming language that deals with the statistical and graphical computing of software.

Statisticians and data miners widely use it.

i.    The basic data types of R programming language are a character, complex, numeric, integer and logical.

ii.   The basic data structures of R programming language includes the vector, data frame, list, matrix, and factors.

iii.    the Objects that we enter while writing codes may have attributes, such as name, dimension, and class.

Similar questions