View source: R/coersion-tk_zooreg.R
tk_zooreg_dispatch_ | R Documentation |
Method dispatch for Zooreg
tk_zooreg_dispatch_(
data,
select,
date_var,
start,
end,
frequency,
deltat,
ts.eps,
order.by,
silent
)
tk_zooreg_.data.frame(
data,
select,
date_var,
start,
end,
frequency,
deltat,
ts.eps,
order.by,
silent
)
tk_zooreg_.default(
data,
select,
date_var,
start,
end,
frequency,
deltat,
ts.eps,
order.by,
silent
)
data |
A time-based tibble or time-series object. |
select |
Applicable to tibbles and data frames only.
The column or set of columns to be coerced to |
date_var |
Applicable to tibbles and data frames only.
Column name to be used to |
start |
the time of the first observation. Either a single number or a vector of two integers, which specify a natural time unit and a (1-based) number of samples into the time unit. |
end |
the time of the last observation, specified in the same way
as |
frequency |
the number of observations per unit of time. |
deltat |
the fraction of the sampling period between successive
observations; e.g., 1/12 for monthly data. Only one of
|
ts.eps |
time series comparison tolerance. Frequencies are considered
equal if their absolute difference is less than |
order.by |
a vector by which the observations in |
silent |
Used to toggle printing of messages and warnings. |
A character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.