
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.
public_info(product = TRUE)
Optional Boolean Parameter. Default to TRUE
. NA
behavior is similar to default. FALSE
is equivalent of currency public end point.
Dataframe with ALL supported currency pairs. A dataframe of base currencies is returned when the flag is et as FALSE
.
# NOT RUN {
public_info()
public_info(product = FALSE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab