diff --git a/R/load_interactions.R b/R/load_interactions.R index 9474f61..dcbb359 100644 --- a/R/load_interactions.R +++ b/R/load_interactions.R @@ -15,7 +15,7 @@ load_interactions <- function(path = getwd()) { download_RN(path) } - RecruitNet <- read.csv(file.path(path, "RecruitNet.csv")) + RecruitNet <- utils::read.csv(file.path(path, "RecruitNet.csv")) return(RecruitNet)