Example R Project
A link to an example RStudio project will be shown here and shared on the GitHub by December 2022... Until then this page is still being worked on!
Every project should follow a similar general workflow...
CLEAR Environment
LOAD Packages
IMPORT Data
EXPLORE Data
TIDY Data
TRANSFORM Data
ANALYZE/VISUALIZE/PLOT Data
EXPORT Data
Your First R Project
Your First R Project
Before You Start - make a folder on your PC just for R Projects “~Documents/R_projects/”
File → New Project → New Directory → New Project → Directory Name → (“something_short”)
Workflow (adopted from Tidyverse): Import --> Clean --> Transform --> Visualize --> Stats/Model --> Export