Skip to content

Commit

Permalink
Update exchange_rate_latest() documentation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecondylios committed Oct 3, 2023
1 parent 4bede90 commit 5331470
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ View the current exchange rates for 170 currencies (see them all by running `cur

```{r message=FALSE}
# exchange_rate_latest("USD") %>%
# head(10)
exchange_rate_latest("USD") %>%
head(10)
```

Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,22 @@ View the current exchange rates for 170 currencies (see them all by
running `currencies()`):

``` r
# exchange_rate_latest("USD") %>%
# head(10)
exchange_rate_latest("USD") %>%
head(10)
```

## currency one_USD_is_equivalent_to
## 1 AED 3.67299
## 2 AFN 77.50220
## 3 ALL 101.25030
## 4 AMD 413.44991
## 5 ANG 1.80265
## 6 AOA 829.00004
## 7 ARS 350.01992
## 8 AUD 1.58582
## 9 AWG 1.80000
## 10 AZN 1.70231

### Historical exchange rates

Here’s an example of how to get exchange rates for some currency pairs:
Expand Down

0 comments on commit 5331470

Please sign in to comment.