Description Usage Arguments Value
View source: R/corrections_grades_gaps.R
Give information for evaluating record completeness
1 2 | recordCompleteness(datetimes, start = "auto", end = "auto",
freq = "auto")
|
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.