Filters the input dataset to return the releases corresponding to a specific time period (date).
Value
A data frame containing the releases for the specified date.
The returned data frame will include the same structure as the input,
filtered to only include rows matching the date
in the time
column.
Details
This function filters the input data based on the specified date
in the
time
column. The input dataset must have the pub_date
and time
columns,
with time
being the period to match against the given date
. If the
dataset is in wide format, it will first be transformed into long format
using the helper function vintages_long
.