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
- An Overview of R
- Getting Started
- R Basics - Variables
- R Basics - Data Types
- R Basics - Functions and Packages
- Modifying Data
- Analyzing Data
- Data Analysis 2
- Getting Help