♦ R Lists
♣ About R Lists
List store multiple values of same/different data types.Lists are very useful in a programming language as they allow to store chunks of data in an organizing way.
♣ Example1: R Lists
In this example, various list in R are illustrated. Example
Input:
Output: