We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getMetals() -- Example shows getFX() which doesn't work. Should be getMetals()
getFX()
getMetals()
Shows an example of getMetals() correctly.
example("getMetals") ### ... ## getFX(c("gold","XPD")) ## getFX("plat",from="2005-01-01") ### ...
Not necessary in this case.
Fixed in #331
The text was updated successfully, but these errors were encountered:
452745a
No branches or pull requests
Description
getMetals() -- Example shows
getFX()
which doesn't work. Should begetMetals()
Expected behavior
Shows an example of getMetals() correctly.
Minimal, reproducible example
sessionInfo()
Not necessary in this case.
Further info
Fixed in #331
The text was updated successfully, but these errors were encountered: