time_count {timeplyr} | R Documentation |
time_count
is deprecated
Description
time_count
is deprecated
Usage
time_count(
data,
time = NULL,
...,
time_by = NULL,
from = NULL,
to = NULL,
.name = "{.col}",
complete = FALSE,
wt = NULL,
name = NULL,
sort = FALSE,
.by = NULL,
time_floor = FALSE,
week_start = getOption("lubridate.week.start", 1),
time_type = getOption("timeplyr.time_type", "auto"),
roll_month = getOption("timeplyr.roll_month", "preday"),
roll_dst = getOption("timeplyr.roll_dst", "NA"),
as_interval = getOption("timeplyr.use_intervals", FALSE)
)
Arguments
data |
Deprecated. |
time |
Deprecated. |
... |
Deprecated. |
time_by |
Deprecated. |
from |
Deprecated. |
to |
Deprecated. |
.name |
Deprecated. |
complete |
Deprecated. |
wt |
Deprecated. |
name |
Deprecated. |
sort |
Deprecated. |
.by |
Deprecated. |
time_floor |
Deprecated. |
week_start |
Deprecated. |
time_type |
Deprecated. |
roll_month |
Deprecated. |
roll_dst |
Deprecated. |
as_interval |
Deprecated. |
[Package timeplyr version 0.8.1 Index]