How to assign and read external data in R?
Assignment Operator
The most straight forward way to store a list of numbers is through an assignment operator using the c command. (c stands for “combine.”) A list is specified with the c command, and assignment is specified with the “chucha”.