R/deprecated.R

Defines functions importRRD

Documented in importRRD

#' Deprecated functions.
#' 
#' @inheritParams read_rrd
#' @inheritParams read_rra
#' @export
importRRD <- function(filename, cf = NULL, start = NULL, end = NULL, step = NULL){
  if (any(!is.null(cf), !is.null(start), !is.null(end), !is.null(step))) {
    .Deprecated(read_rra)
  } else {
    .Deprecated(read_rrd)
  }
}

Try the rrd package in your browser

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

rrd documentation built on March 18, 2022, 5:51 p.m.