Description Usage Arguments Value Examples
Create URL query string to download bond yields from Bank of Canada website.
1 | create_bonds_query_string(years_span = 10)
|
years_span |
A positive integer |
query_str The url query string for the last years_span
years from today.
1 2 3 4 5 | # For the last year of data
create_bonds_query_string(1)
# For the last 10 years of data
create_bonds_query_string(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.