R/utils.R

Defines functions .convert_dates

## utils

.convert_dates <- function(date){
  
  return(lubridate::ymd_hms(date, tz = "Europe/Berlin", quiet = TRUE))  
  
}

Try the hystReet package in your browser

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

hystReet documentation built on Nov. 27, 2022, 5:05 p.m.