R/dat.R

#' get data from RhrHREstimator
#' 
#' generic print for RhrHREstimator
#' @param x RhrHREstimator object
#' @param ... ignored
#' @return data.frame
#' @export

dat <- function(x, ...) {
  return(x$dat)
}

Try the rhr package in your browser

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

rhr documentation built on May 2, 2019, 6:06 p.m.