Centralize library loading in 00_paths.R to suppress dplyr startup messages
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
source("scripts/00_paths.R")
|
||||
|
||||
library(readr)
|
||||
library(dplyr)
|
||||
|
||||
df <- read_csv(income_raw, show_col_types = FALSE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user