06 - Importing Data & Project-Oriented Workflows

Sep 14, 2025 · 1 min read
Artwork by @allison_horst

The first step of any data analysis workflow is to get data into R. This isn’t always as straightforward as you might think, but, fortunately, there are some core functions that make this easy and efficient. Since we are starting at the beginning, we will also discuss the idea of a project-oriented workflow, which is a way to keep an organized and consistent process whenever you work with data in R that will also make your work reproducible and shareable. And the decisions you make right at the start of a data analysis project—even before importing your data—will have a lot of down-stream consequences.


Further Reading

  1. R for Data Science Ch 8: Project-oriented workflow

  2. Why Jenny Bryan will come set your computer on fire 🔥 if you use setwd().

  3. How to use the here package by Jenny Richmond

Authors
Department of Psychology
This bootcamp gives a gentle introduction to R and RStudio, transforming and visualizing data with the tidyverse, and the basics of R Markdown.