R/tf_home.R

Defines functions tf_home

Documented in tf_home

#' TemplateFlow Home Folder
#'
#' @return A character path
#' @export
#'
#' @examples
#' tf_home()
tf_home = function() {
  TF_DEFAULT_HOME = "~/.cache/templateflow"
  Sys.getenv("TEMPLATEFLOW_HOME", unset = TF_DEFAULT_HOME)
}
neuroconductor-devel/templateflow documentation built on March 4, 2021, 12:53 a.m.