Prerequisites
Introduction to R & RStudio
| Windows | Mac | |
|---|---|---|
| Shortcut | Alt + - | Option + - |
If something comes in quotes, it is not defined in R.
do() is a function;
something is the argument of the function.
do() is a function;
something is the first argument of the function;
colorful is the second argument of the function.
In order to get any help we can use ? followed by function (or object) name.
canyoureadthissentence?
