recordCompleteness: Give information for evaluating record completeness

Description Usage Arguments Value

View source: R/corrections_grades_gaps.R

Description

Give information for evaluating record completeness

Usage

1
2
recordCompleteness(datetimes, start = "auto", end = "auto",
  freq = "auto")

Arguments

datetimes

a vector of datetimes as POSIXct

start

the start date of interest, as POSIXct. If "auto", the first date in datetimes will be used.

end

the end date of interest, as POSIXct. If "auto", the last date in datetimes will be used.

freq

the time series frequency, in minutes. If "auto", the most common frequency will be used.

Value

a data frame with 1 row indicating how many points are expected given the time span and frequency, and how many points remain in the time series.


PatrickEslick/CWQkitr documentation built on Dec. 12, 2019, 12:55 a.m.