valet: Retrieve Valet response

View source: R/valet.R

valetR 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 name is a series or a series group.

...

Query parameters from other methods.

Value

A valet object.

Examples

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


valet documentation built on June 8, 2025, 1:03 p.m.