- Scientific notation is annoying. How do you get rid of it?
options(scipen=999)
- Is there a shortcut for clearing the output in R Notebook?
- I didn’t find one, but let me know if you do!
- What do the
#values do in your code?- Use the
'#'to comment code in R
- Use the