joshuaulrich / quantmod

Quantitative Financial Modelling Framework
http://www.quantmod.com/
GNU General Public License v3.0
814 stars 224 forks source link

getMetals() -- Example #330

Closed nachti closed 3 years ago

nachti commented 3 years ago

Description

getMetals() -- Example shows getFX() which doesn't work. Should be getMetals()

Expected behavior

Shows an example of getMetals() correctly.

Minimal, reproducible example

example("getMetals")
### ...
## getFX(c("gold","XPD"))
## getFX("plat",from="2005-01-01")
### ...

sessionInfo()

Not necessary in this case.

Further info

Fixed in #331