Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is R lists?



What is R lists?..

Answer / Sushmita Kesari

R lists are a collection of objects, which can be elements of different types (vectors, matrices, data frames, etc.). Lists provide a way to store complex data structures and can be manipulated using various functions like length(), names(), c() to combine lists, and others.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

Why R language?

1 Answers  


Why is R Good for business?

1 Answers  


Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?

1 Answers  


What is the apply() family in r?

1 Answers  


How do I sort in descending order in r?

1 Answers  


I have a string “contact@dataflair.com”. Which string function can be used to split the string into two different strings “contact@dataflair” and “com”?

1 Answers  


X is the vector c(5,9.2,3,8.51,na), what is the output of mean(x)?

1 Answers  


How many methods are available to use the matrices?

1 Answers  


How would you extract one particular word from a string?

1 Answers  


What is the function in r?

1 Answers  


Differentiate between k-means clustering and hierarchical clustering?

1 Answers  


What is a white noise model?

1 Answers  


Categories