...
Type R. into your terminal, and run a couple of “calculator” commands.
| Code Block | ||||
|---|---|---|---|---|
| ||||
3+2*4 5^5 |
Define an object with the name 'animal', return the object value.
| Code Block | ||||
|---|---|---|---|---|
| ||||
animal <- "elephant" animal |
...
...
Type R. into your terminal, and run a couple of “calculator” commands.
| Code Block | ||||
|---|---|---|---|---|
| ||||
3+2*4 5^5 |
Define an object with the name 'animal', return the object value.
| Code Block | ||||
|---|---|---|---|---|
| ||||
animal <- "elephant" animal |
...