Skip to content

Commit

Permalink
Set wd for interactive sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Dec 23, 2024
1 parent 7f83f51 commit cc6cb53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions episodes/quarto.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Episode summary: Show how to write reports with Quarto
library(targets)
library(tarchetypes)
library(quarto) # don't actually need to load, but put here so renv catches it
if (interactive()) {
setwd("episodes")
}
source("files/lesson_functions.R")
# Increase width for printing tibbles
Expand Down

0 comments on commit cc6cb53

Please sign in to comment.