R Basics, Data Exploration, & R Operators

Description

This is an introductory-level R programming webinar. In this class we will be covering the most basic concepts of R programming. These are the most essential functions that will need to be used to use R.

Topics We Will Be Covering:

  • Why learn R?
  • R interface
  • Important R operators
  • Importing/exporting data
  • Setting your working directory
  • Installing and loading packages
  • table() function
  • head() and tail() functions to get an overview of data
  • length() function
  • unique() function
  • nrow()
  • ncol()