R/check_paths.R

# .check_project_paths <- function(x) {
# 	for(.x in x) {
# 		if(fs::is_dir(.x)) fs::dir_create(.x)
# 		if(!fs::file_exists(.x) &&
# 		   !grepl("_raw|_pub|_rig", .x)) rlang::inform(c("Cannot find ", "!"=.x))
# 	}
# }

Try the saros.base package in your browser

Any scripts or data that you put into this service are public.

saros.base documentation built on June 8, 2025, 10:03 a.m.