Answer Posted / Chetan Warkari
To create a new variable in R programming, you can assign a value to it using the assignment operator '<-'. For example: x <- 5 creates a new variable called x and assigns the value 5 to it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers