R/s3_default_path.R

Defines functions s3_default_path

s3_default_path <- function() {
  opt_name <- "csmpi.s3_default_path"
  path <- getOption(opt_name)
  if (is.null(path)) {
    stop(pp("The option '#{opt_name}' is NULL, but it should have the default path for s3cmd."))
  }
  path
}
abelcastilloavant/csmpi documentation built on May 24, 2019, 7:21 p.m.