5.5 Assigning data to an object

rstudio logo

  • Assigning a value to the object B: B <- 10

  • Reassigning: modifying the content of an object:

B unchanged !!

B changed !!

  • You can see the objects you created in the upper right panel in RStudio: the environment.