R Guide for Beginners

FAQ About R Guide for Beginners

How to generate variables in R? R Guide for Beginners
2 years ago | gizem

How to generate variables in R?

In order to generate a variable, <- these symbols are used. For example, let's create a variable named age and this variable takes the value 34.

age <- 34

Thus, when we type age in the command panel, we will get 34 as output.