Learn R Programming

valet (version 0.9.1)

valet: 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, ...)

Value

A valet object.

Arguments

name

A character of at least length 1 indicating the series or series group to retrieve.

group

Boolean indicating whether the name is a series or a series group.

...

Query parameters from other methods.

Examples

Run this code
valet(name = "GBPP", group = TRUE, recent_weeks = 2)

Run the code above in your browser using DataLab