Login
Remember
Register
Ask a Question
How many data structures R has in R language?
0
votes
asked
Feb 24, 2020
in
R Language
by
rahuljain1
How many data structures R has in R language?
#r-language-data-structure
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 24, 2020
by
SakshiSharma
There are 5 data structure in R i.e. vector, matrix, array which are of homogenous type and other two are list and data frame which are heterogeneous.
...