Data Science Desktop Survival Guide
by Graham Williams |
|||||
Data Science Through Doing |
?
command as in:
?read_csv
Documentation on a particular package can be obtained using the help= option of library(): |
library(help=tidyverse)
To learn effectively you are encouraged to run R (e.g., RStudio or Emacs with ESS mode) and to replicate the commands. Check that the output you get is the same and that you understand how it is generated. Try some variations. Explore. |