R/guess.tz.R

Defines functions guess.tz

Documented in guess.tz

guess.tz <- function(tz){
	stopifnot(!is.null(tz))
	return(switch(as.character(tz), "0"="GMT", stop(paste("undefined tz:", tz))))

}

Try the RObsDat package in your browser

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

RObsDat documentation built on May 29, 2017, 12:07 p.m.