"You don't learn to walk by following rules.
You learn by doing, and by falling over."
- Richard Branson
"You don't learn to walk by following rules.
You learn by doing, and by falling over."
DEMO
needed_pkgs <- c("nycflights13", "dplyr", "ggplot2", "knitr", "ggplot2movies", "dygraphs", "rmarkdown", "mosaic", "tibble") new.pkgs <- needed_pkgs[!(needed_pkgs %in% installed.packages())] if(length(new.pkgs)) { install.packages(new.pkgs, repos = "http://cran.rstudio.com") }
http://ismayc.github.io/moderndiver-book
PDF version also available: https://ismayc.github.io/moderndiver-book/ismay.pdf
DEMO
/shared/isma5720@pacificu.edu/lab1.Rmd
/home/EMAIL
next to File name: where EMAIL
corresponds to the EMAIL
you log in to RStudio Server with. This will get you back to your home directory.lab1
in your LastnameFirstname folder, and save the file in the lab1
directory as lab1.Rmd
.Remember that you'll need to quiz yourself frequently if you want to learn the material. I'll be able to pretty easily identify students that are studying on their own and those that are not quizzing themselves frequently.
Keep on studying as often as you can and checking yourself for understanding!