Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Type R. into your terminal, and run a couple of “calculator” commands.

Code Block
breakoutModewide
breakoutWidth760
3+2*4
5^5 

 Define an object with the name 'animal', return the object value.

Code Block
breakoutModewide
breakoutWidth760
animal <- "elephant"
animal

...