Description Usage Arguments Value Examples
This function is a public function and will fetch all supported currency pairs by default. The function can also fetch all the supported currencies based on the source
argument.
1 | public_info(product = TRUE)
|
product |
Optional Boolean Parameter. Default to |
Dataframe with ALL supported currency pairs. A dataframe of base currencies is returned when the flag is et as FALSE
.
1 2 3 4 5 | ## Not run:
public_info()
public_info(product = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.