get_group returns observations from a Bank of Canada series group.
Usage
get_group(name = NULL, ...)
Arguments
name
A character of length 1 indicating the series group to
retrieve.
...
Additional query parameters. Possible values are start_date
and/or end_date (both character), or one of recent,
recent_weeks, recent_months, or recent_years (all
numeric).
Value
A tibble.
Details
Valet, the server-side API, does not always return observations
filtered by ... arguments for series groups, even if it will accept
the request.