importRRD: Deprecated functions.

View source: R/deprecated.R View source: R/read_rrd.R

importRRDR Documentation

Deprecated functions.

Description

Deprecated functions.

Deprecated functions.

Usage

importRRD(filename, cf = NULL, start = NULL, end = NULL, step = NULL)

importRRD(filename, cf = NULL, start = NULL, end = NULL, step = NULL)

Arguments

filename

File name

cf

The consolidation function that is applied to the data you want to fetch. Must be one of c("AVERAGE", "MIN", "MAX", "LAST")

start

start time

end

end time, defaults to the current system time

step

step


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