valet {valet} | R Documentation |
Retrieve Valet response
Description
valet
is the core back-end to get responses from the Bank of Canada
API.
Usage
valet(name = NULL, group = FALSE, ...)
Arguments
name |
A character of at least length 1 indicating the series or series group to retrieve. |
group |
Boolean indicating whether the |
... |
Query parameters from other methods. |
Value
A valet
object.
Examples
valet(name = "GBPP", group = TRUE, recent_weeks = 2)
[Package valet version 0.9.0 Index]