R/source_file_paths.R

Defines functions source_file_paths

Documented in source_file_paths

#' function to source file paths script
#'
#' function to source file paths script where I save all my file paths.
#' @param file_paths is an Rscript of files paths
#' @keywords file paths
#' @export
#' @examples
#' source_file_paths()

source_file_paths <- function(file_paths = here::here("file_paths.R")){
  source(file_paths)
}
joepowers16/breadcrumbs documentation built on Dec. 25, 2019, 4:13 p.m.