Description Usage Arguments Value Note
View source: R/complete_time_df.R
Creates all the times for a certain interval and merges with a current data set
1  | complete_time_df(df, interval = NULL, interval_unit = NULL)
 | 
df | 
 A   | 
interval | 
 The interval to space out the times  | 
interval_unit | 
 the unit for the intervals  | 
A data.frame of all the times in a sequence
If either interval or interval_unit are specified, the
other must be specified.  If both are NULL, then
interval_check is run and the minimum interval is used
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.