R/utility.R

Defines functions is.chronosphere

# function to determine if an object was downloaded from the chronosphere
is.chronosphere<-function(x){
	!is.null(attributes(x)$chronosphere)
}
adamkocsis/chronosphere documentation built on Aug. 24, 2023, 8:50 p.m.