View source: R/check_continuous.R
check_continuous | R Documentation |
Check if the dates in a data frame are continuous.
check_continuous(data, dates)
data |
A data.frame, or data frame extension (e.g. a tibble). |
dates |
Column representing the date of the temperature measurements. |
A message indicating if the dates are continuous or if there are breaks. If there are breaks, a vector of row numbers where the breaks occur is returned.
library(hatchR)
check_continuous(crooked_river, date)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.