R/defaults.R

Defines functions getDefaultTimeFormat

Documented in getDefaultTimeFormat

#' function to get default time format in the package 
#' @return character vector specifiying a time format
#' @return character string iwth default time format
#' @export
getDefaultTimeFormat             <-  function(){
	"%Y-%m-%dT%H:%M:%OS"
} 

Try the spectralAnalysis package in your browser

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

spectralAnalysis documentation built on Jan. 11, 2023, 5:15 p.m.