Skip to content
Coming soon: Ally. Your guide to the world of AI and R. Learn More →
R for the Rest of Us Logo

R in 3 Months (Spring 2026)

Week 3 Coworking Session (Spring 2026)

Have any questions? Put them below and we will help you out!

You need to be signed-in to comment on this post. Login.

Alberto Cabrera

Alberto Cabrera • March 24, 2026

I have problems rendering a Quarto document unless I include the full file path.

This R script. penguins <- readr::read_csv(here::here("Data_raw", "penguins.csv")). Prompts the following error when I render the document. However, it works fine if I run it as Run Cell.

Error: ! '/Users/albertocabrera/Documents/2026 R in 3 Months/R_scripts/Data_raw/penguins.csv' does not exist.

Instead, Quarto does render the document if I display the full path as follows: penguins <- readr::read_csv("/Users/albertocabrera/Documents/2026 R in 3 Months/Data_raw/penguins.csv")

Course Content

148 Lessons