R/get.runCount.R

get.runCount <- function(object){
           stopifnot(class(object)=="HydroRun")
           return(max(object@metadata$run.ID))
}

Try the RHydro package in your browser

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

RHydro documentation built on May 2, 2019, 6:24 p.m.