/IBS_519_wk1_lecture02_mhiggins

IBS 519 Week 1 Lecture by Melinda Higgins: Reproducible Research and RStudio, R, RMarkdown Intro

Primary LanguageHTML

Week 1 Lecture: Intro to R, RStudio and Rmarkdown

IBS 519 Week 1 Lecture by Melinda Higgins: Intro to R, RStudio and Rmarkdown

Today's class will cover:

  • Explore RStudio environment
    • command line
    • R scripts
    • packages
    • getting help
  • R markdown intro (brief)
  • Importing & viewing data
  • Data types - classes of variables
    • strings
    • integers
    • numeric
    • logical
    • factors (brief intro)

For this lecture, we will be working with the abalone dataset and these packages:

  • readr
  • knitr
  • rmarkdown
  • printr
  • tinytex