From 7fe8c1f354854691ea1ba7249e015c9ac372e10a Mon Sep 17 00:00:00 2001 From: Alexis Iglauer Date: Mon, 31 Oct 2016 14:03:21 +0100 Subject: [PATCH] Update README.md Small typos / grammar fixes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e4c24f..99c5099 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ IMFData [![Build Status](http://travis-ci.org/mingjerli/IMFData.png?branch=master)](https://travis-ci.org/mingjerli/IMFData) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/IMFData)](http://cran.r-project.org/package=IMFData) -IMFData is an R package to access [IMF (Internation Monetary of Fund) data](http://data.imf.org) . It has three main goals: +IMFData is an R package to access [IMF (International Monetary Fund) data](http://data.imf.org) . It has three main goals: -- Findout available datasets in the API. -- Findout the dataset datastructure and code to use to make a query. +- Find out available datasets in the API. +- Find out the dataset datastructure and code to use to make a query. - Query through the API. Installation @@ -132,7 +132,7 @@ availableDB$DatabaseText #> [68] "Balance of Payments (BOP), Global SDMX (US Dollars)" ``` -### Findout how many dimension available in a given dataset. Here, we use IFS(International Financial Statistics) for example, +### Find out how many dimensions are available in a given dataset. Here, we use IFS (International Financial Statistics) for example, ``` r # Get dimension code of IFS dataset @@ -234,7 +234,7 @@ CodeSearch(IFS.available.codes, "CL_INDICATOR_IFS", "GDP") #> 2671 All Indicators Excluding NGDP Indicators ``` -### Make API call to get data, +### Make API call to get data ``` r databaseID <- "IFS"