R/get_user_time.R

Defines functions get_user_time

Documented in get_user_time

#' Get user time
#' returns the users time so that the app can correctly
#' timestamp files
#'
#' @return the users datetime
#' @export
get_user_time <- function(){
  

  
}
rbcavanaugh/pnt documentation built on Oct. 20, 2024, 7:21 p.m.