Skip to content

Commit

Permalink
Update _common.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Aug 21, 2024
1 parent 02446b6 commit 667356b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions _common.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ library(dplyr)
library(readr)
library(glue)

knitr::opts_chunk$set(
message = FALSE,
warning = FALSE,
comment = "#>",
fig.retina = 3,
fig.width = 6,
fig.height = 4,
fig.show = "hold",
fig.path = "figs/"
)

# Functions for building showcase

get_showcase_df <- function(semester) {
Expand Down

0 comments on commit 667356b

Please sign in to comment.