100% found this document useful (1 vote)
169 views1 page

Data Science With R Workflow

The document discusses the data science workflow in R and resources for learning it. It recommends taking the R For Business Analysis course through Business Science University to learn R and the workflow. It provides links to documentation, cheat sheets, and books for key R packages and technologies in the workflow including ggplot2, dplyr, tidyr, purrr, RMarkdown, and Shiny.

Uploaded by

Antonio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
169 views1 page

Data Science With R Workflow

The document discusses the data science workflow in R and resources for learning it. It recommends taking the R For Business Analysis course through Business Science University to learn R and the workflow. It provides links to documentation, cheat sheets, and books for key R packages and technologies in the workflow including ggplot2, dplyr, tidyr, purrr, RMarkdown, and Shiny.

Uploaded by

Antonio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Data Science with R

Workflow
The Data Science With R Workflow is available in the book: R
For Data Science. If you want to learn R and this
workflow for business, take the R For Business Analysis
(DS4B 101-R) course through Business Science
University. Click the links for
Documentation  

ggplot2 (CS) 

dplyr (CS)  Visualize
stringr (CS) 
lubridate (CS) 
forcats 
Base R (CS) 
Transform purrr (CS)
Import Tidy (iteration)  Communicate

readr (CS) 
readxl / writexl  tibble (CS)  RMarkdown (CS) 
Model
odbc / DBI  tidyr (CS)  Shiny (CS) 
 

recipes  broom 
rsample  yardstick 
RStudio IDE (CS) fs (file system)   parsnip  dials 

CS = Cheat Sheet

Important Resources
R For Data Science Book: http://r4ds.had.co.nz/
Rmarkdown Book: https://bookdown.org/yihui/rmarkdown/
Data Visualization Book: https://rkabacoff.github.io/datavis/
More Cheatsheets: https://www.rstudio.com/resources/cheatsheets/ 
tidyverse packages: https://www.tidyverse.org/
Connecting to databases: https://db.rstudio.com/ 
RMarkdown website: https://rmarkdown.rstudio.com/ 
Shiny web applications website: http://shiny.rstudio.com/
Jenny Bryan's purrr tutorial: https://jennybryan.org/
Business Science University
"Business Science University: 
university.business­science.io
Enterprise­Grade Data Science Education"
version: 0.0

You might also like