Skip to content

Instantly share code, notes, and snippets.

View josephlei's full-sized avatar

Joseph josephlei

View GitHub Profile
@josephlei
josephlei / LessonOne.R
Created July 20, 2016 01:32 — forked from bryangoodrich/LessonOne.R
Adventures in R Training Code
#########################################
# Lesson 1 - R Basics
#
# Learning Objectives
# 1. R Data Types
# 2. Indexing
# 3. Boolean Logic and Filtering
# 4. Importing/Exporting
# 5. The R Environment
#########################################