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