pminmax {priceR} | R Documentation |
Removes redundant API calls of currency pairs. That is, revmoes the need to for separate calls for both 'from = EUR, to = USD' and 'from = USD, to = EUR'
Description
Removes redundant API calls of currency pairs. That is, revmoes the need to for separate calls for both 'from = EUR, to = USD' and 'from = USD, to = EUR'
Usage
pminmax(x, y)
Arguments
x |
A currency code (see currencies() for supported codes) |
y |
A currency code |
Value
A character vector
Examples
# See: https://stackoverflow.com/a/73254014/9059865
[Package priceR version 1.0.1 Index]