Introduction to R

Introduction to R


This tutorial will help you get your own Apprentice workshop up and running. This tutorial, uses Apprentice so you will be changing this as you work.

Edit the description: field in _config.yml. This is where you can describe your workshop in markdown, or HTML or both. Replace this text with your own. The text here should be indented 2 space, don’t use tabs. This can be overridden in the index.md front matter using the description: field.


  • Level:

    Beginner

  • Duration: 1 hours 20 minutes

Prerequisites

  • Ability to uncomment these lines

Learning Objectives

  • Learn the basics of the R language

  • Get Familiar with RStudio

  • Understand R vs RStudio

  • Be able to create an R script

  • Be able to install a package

  • Learn some basic best practices

  • Be able to do a basic analysis

  • Be able to do a basic visualization

Units

  1. An Overview of R
  2. Getting Started
  3. R Basics - Variables
  4. R Basics - Data Types
  5. R Basics - Functions and Packages
  6. Modifying Data
  7. Analyzing Data
  8. Data Analysis 2
  9. Getting Help

Additional Pages