Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in R Programming by (7.3k points)
Can anyone tell me how to create new variables in R programming?

1 Answer

0 votes
by (41.4k points)

To create a new variable, you can use the assignment operator (<-) in R programming. On the left-hand side, you can give the variable name, and the right-hand side will consist of operations that give the value to store in the variable.

If you are looking for an online course to learn R programming, check out this R Programming Online Course by Intellipaat.

Browse Categories

...