R/getDefaultPath.R

Defines functions getDefaultPath

Documented in getDefaultPath

#' Get the Current Working Directory
#'
#' get the current work directory and set it as the default directory to
#' save the shiny files temporarily
#'
#' @returns a temporary file path

getDefaultPath <- function(){
  paste(tempdir(), "/shinyapp", sep="")
}

Try the htetree package in your browser

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

htetree documentation built on April 4, 2025, 5:15 a.m.