Description Usage Value Examples
Fetches all available commodities
1 | fetch_commodity_info(.x = NULL)
|
dataframe
commodity code
commodity name
source code
source name, use this for caption
description of this series
date this series was last updated
code example on how to call for the dataseries
1 2 3 | fetch_commodity_info()
fetch_commodity_info() %>%
filter(stringr::str_detect(name, stringr::fixed('brent', ignore_case = T)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.