latest_obs | R Documentation |
Filter for latest observations of all types
latest_obs(obs)
obs |
A |
A data.frame
of observations filtered for the
latest available data.
Preprocessing functions
filter_by_availability()
,
fv_dow_period()
,
piecewise_steps()
dt <- rbind(
update_obs_availability(germany_covid19_delta_obs, seq_lag = 3),
update_obs_availability(germany_covid19_delta_obs, seq_lag = 1)
)
latest_obs(dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.