R/figurePath.R

Defines functions figurePath

Documented in figurePath

#' @title Obtain path for figures
#' @export
figurePath <- function(path = "figures", path_sub ) {
  return(path)
}
magrai/puttytat4R documentation built on Dec. 31, 2019, 5 a.m.