dts_fill_dayte | R Documentation |
Fills in missing values based on Date or DateTime of year.
dts_fill_dayte(
x,
dtt = "DateTime",
colname = dts_colnames(x),
min_gap = 0L,
min_n = 1L,
feb29_to_28 = TRUE,
.dts_fun = mean_na_rm,
...
)
x |
A dts data frame |
dtt |
A string specifying the column with the Date or POSIXct values. |
colname |
A character vector specifying the column(s) with the other values. |
min_gap |
An integer of the minimum gap to leave between existing values. |
min_n |
A count of the minimum of data points to require. |
feb29_to_28 |
A flag indicating whether to treat February 29th as if it is February 28th. |
.dts_fun |
A function which returns a scalar. |
... |
Optional Additional arguments passed to .dts_fun. |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.