Michael Harris Michael Harris

Creating Variables in R

To create a variable we put the variable name we want on the left, add a left pointing arrow (“<“ followed by “-”), and then specify the number(s) we want to assign.

Read More