From 53676f026e9df4cb51fdfe921652e5f3e8a8bd5b Mon Sep 17 00:00:00 2001 From: Chester Ismay Date: Thu, 22 Mar 2018 07:18:04 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6fde1ec..ceb6f75 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,18 @@ This repository will house all the materials for the first course in the data science specialization using R, developed for the UO COE. ## Learning Objectives -- Be able to use version control with R via Git through RStudio Projects +- Be able to use version control and GitHub with R via Git through RStudio Projects - Be able to use R Markdown to create reproducible dynamic reports -- Be able to read "flat" (i.e., rectangular) data into R and explore -- Choose the tidyverse appropriate for introductory data science tasks (pipeline) -- Understand and create different types of data visualizations +- Be able to read "flat" (i.e., rectangular) data into R +- Explore specific vectors in data frames and perform preliminary exploratory data analysis in R +- Choose the tidyverse package appropriate for introductory data science tasks in the Grolemund & Wickham pipeline + + ![](http://moderndive.netlify.com/images/tidy1.png) + +- Understand when a visualization is appropriate based on data types and create different types of data visualizations - Be able to clean up a dataset using scripts in R - Be able to perform basic data wrangling and transformations in R -- Understand the R package ecosystem (how to find them, install, load, and learn what they do) +- Understand the R package ecosystem (how to find them, install them, load them, and learn what they do) Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. From 4c7774048e5b23cca631aac1111baace5600aadf Mon Sep 17 00:00:00 2001 From: Chester Ismay Date: Thu, 22 Mar 2018 07:20:11 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ceb6f75..d20e5df 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ This repository will house all the materials for the first course in the data science specialization using R, developed for the UO COE. ## Learning Objectives -- Be able to use version control and GitHub with R via Git through RStudio Projects -- Be able to use R Markdown to create reproducible dynamic reports -- Be able to read "flat" (i.e., rectangular) data into R +- Use version control and GitHub with R via Git through RStudio Projects +- Use R Markdown to create reproducible dynamic reports +- Read "flat" (i.e., rectangular) data into R - Explore specific vectors in data frames and perform preliminary exploratory data analysis in R - Choose the tidyverse package appropriate for introductory data science tasks in the Grolemund & Wickham pipeline ![](http://moderndive.netlify.com/images/tidy1.png) - Understand when a visualization is appropriate based on data types and create different types of data visualizations -- Be able to clean up a dataset using scripts in R -- Be able to perform basic data wrangling and transformations in R +- Clean up a dataset using scripts in R +- Perform basic data wrangling and transformations in R - Understand the R package ecosystem (how to find them, install them, load them, and learn what they do)