Skip to content

Commit

Permalink
Merge pull request #76 from worldbank/typo
Browse files Browse the repository at this point in the history
server = 'dev' typo corrected
  • Loading branch information
giorgiacek authored Dec 19, 2024
2 parents 5defab9 + cf3e853 commit 57f18ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/articles/get-gd-example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ get_gd(
cum_population = datt_rural$p,
estimate = "lorenz",
lorenz = "lb",
n_bins = 10,
server = "dev"
n_bins = 10
)
```

Expand Down

0 comments on commit 57f18ce

Please sign in to comment.