Description Usage Arguments Value Examples
View source: R/sampling_start.R
Create a sequence of start times by defining the amount of time between each, in seconds. E.g., samp_freq = 3600 for sampling once per hour.
| 1 | sampling_start(samp_freq, date_lim)
 | 
| samp_freq | The number of seconds between each sampling period | 
| date_lim | A vector of length 2 of class POSIXct. The first and last date of the desired sampling period. | 
A sequence of dates
| 1 2 | d <- c(Sys.time()-43200, Sys.time())
sampling_start(3600, d)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.