Description Usage Arguments Examples
Title
1 2 | nbp_read_inflation(path, interval = c("monthly", "quarterly", "annual"),
type = c("previous", "corresponding"))
|
path |
path to the file containing inflation data downloaded fromo NBP website. See the |
interval |
date interval. Can be monthly (default), quarterly or annual. |
type |
select method of calculation. 'previous' (default) returns data in relation to the previous month. 'corresponding' returns the values in relation to the corresponding interval from previous year. |
1 2 3 4 5 6 | path <- nbp_inflation_download()
nbp_read_inflation(path)
nbp_read_inflation(path, type = "corresponding")
nbp_read_inflation(path, interval = "quarterly")
nbp_read_inflation(path, interval = "annual")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.