Package rgho. R topics documented: January 18, 2017

Similar documents
Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package fastdummies. January 8, 2018

Package statsdk. September 30, 2017

Package canvasxpress

Package ECctmc. May 1, 2018

Package robotstxt. November 12, 2017

Package opencage. January 16, 2018

Package postal. July 27, 2018

Package fingertipsr. May 25, Type Package Version Title Fingertips Data for Public Health

Package calpassapi. August 25, 2018

Package rwars. January 14, 2017

Package condusco. November 8, 2017

Package crossword.r. January 19, 2018

Package oec. R topics documented: May 11, Type Package

Package tidytransit. March 4, 2019

Package jpmesh. December 4, 2017

Package kdtools. April 26, 2018

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package labelvector. July 28, 2018

Package dkanr. July 12, 2018

Package catenary. May 4, 2018

Package internetarchive

Package facerec. May 14, 2018

Package githubinstall

Package stapler. November 27, 2017

Package censusr. R topics documented: June 14, Type Package Title Collect Data from the Census API Version 0.0.

Package censusapi. August 19, 2018

Package bisect. April 16, 2018

Package bannercommenter

Package fitbitscraper

Package gtrendsr. October 19, 2017

Package diagis. January 25, 2018

Package GetITRData. October 22, 2017

Package IsoCorrectoR. R topics documented:

Package validara. October 19, 2017

Package condformat. October 19, 2017

Package wikitaxa. December 21, 2017

Package vip. June 15, 2018

Package postgistools

Package WordR. September 7, 2017

Package virustotal. May 1, 2017

Package splithalf. March 17, 2018

Package goodpractice

Package gtrendsr. August 4, 2018

Package available. November 17, 2017

Package vinereg. August 10, 2018

Package meme. November 2, 2017

Package dat. January 20, 2018

Package NFP. November 21, 2016

Package rsppfp. November 20, 2018

Package ompr. November 18, 2017

Package influxdbr. January 10, 2018

Package fastqcr. April 11, 2017

Package SEMrushR. November 3, 2018

Package pdfsearch. July 10, 2018

Package rbgm. May 18, 2018

Package lumberjack. R topics documented: July 20, 2018

Package editdata. October 7, 2017

Package eply. April 6, 2018

Package graphframes. June 21, 2018

Package keyholder. May 19, 2018

Package skynet. December 12, 2018

Package reval. May 26, 2015

Package datapasta. January 24, 2018

Package rzeit2. January 7, 2019

Package guardianapi. February 3, 2019

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package docxtools. July 6, 2018

Package datasets.load

Package scrubr. August 29, 2016

Package meme. December 6, 2017

Package loggit. April 9, 2018

Package widyr. August 14, 2017

Package SNPediaR. April 9, 2019

Package narray. January 28, 2018

Package barcoder. October 26, 2018

Package customlayout

Package tidyimpute. March 5, 2018

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package exifr. October 15, 2017

Package embed. November 19, 2018

Package cancensus. February 4, 2018

Package sfc. August 29, 2016

Package covr. October 18, 2018

Package mason. July 5, 2018

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package purrrlyr. R topics documented: May 13, Title Tools at the Intersection of 'purrr' and 'dplyr' Version 0.0.2

Package labelled. December 19, 2017

Package messaging. May 27, 2018

Package spark. July 21, 2017

Package jdx. R topics documented: January 9, Type Package Title 'Java' Data Exchange for 'R' and 'rjava'

Package knitrprogressbar

Package wrswor. R topics documented: February 2, Type Package

Package edgarwebr. December 22, 2017

Package elasticsearchr

Package RODBCext. July 31, 2017

Package rcv. August 11, 2017

Package readxl. April 18, 2017

Package IncucyteDRC. August 29, 2016

Package infer. July 11, Type Package Title Tidy Statistical Inference Version 0.3.0

Transcription:

Package rgho January 18, 2017 Title Access WHO Global Health Observatory Data from R Version 1.0.1 Author Antoine Filipovic-Pierucci [aut,cre] Maintainer Antoine Filipovic-Pierucci <pierucci@gmail.com> Access WHO Global Health Observatory (<http://www.who.int/gho/>) data from R via the Athena web service (<http://apps.who.int/gho/data/node.resources.api>), an application program interface providing a simple query interface to the World Health Organization's data and statistics content. License GPL (>= 3) LazyData TRUE Depends R (>= 3.2.2) Imports curl, dplyr, httr, jsonlite, lazyeval, magrittr, memoise, readr, tibble, tidyr Suggests testthat, knitr, rmarkdown VignetteBuilder knitr RoygenNote 5.0.1 URL https://github.com/pierucci/rgho, https://pierucci.org BugReports https://github.com/pierucci/rgho/issues NeedsCompilation no Repository CRAN Date/Publication 2017-01-18 18:07:51 R topics documented: display_attribute_values.................................. 2 filter_gho.......................................... 2 get_gho_data........................................ 3 1

2 filter_gho get_gho_dimensions.................................... 4 rgho............................................. 4 search_gho......................................... 5 Inde 6 display_attribute_values Display Attribute Informations Given a GHO object and an attribute name, return the distinct values taken by the attribute. display_attribute_values(, attribute) display_attributes() attribute A GHO object. Name of an attribute. A character vector of the distinct values taken by the attribute. filter_gho Filter a GHO Object on Attribute s Filter a GHO Object on Attribute s filter_gho(,...) gho object to filter.... Logical predicates. Multiple conditions are combined with &. A gho object.

get_gho_data 3 get_gho_data Returns GHO Data Given a dimension and a code, returns the corresponding GHO data. get_gho_data(code, dimension = "GHO", filter = NULL,...) code Details dimension filter A GHO code. A GHO dimension. A named list of filtering parameters (see details).... Additional query parameters (see details). Filtering parameters are given as a named list of the form list(country = "FRA",...). Query parameters follow the specification described on the WHO website http://apps.who.int/ gho/data/node.resources.api. A data_frame. Eamples result <- get_gho_data( dimension = "GHO", code = "MDG_0000000001" ) print(result, width = Inf) result <- get_gho_data( dimension = "GHO", code = "MDG_0000000001", filter = list( REGION = "EUR", YEAR = "2015" ) ) print(result, width = Inf)

4 rgho get_gho_dimensions Returns GHO Dimensions/Codes Returns GHO dimensions or, for a given dimension, codes. get_gho_dimensions() get_gho_codes(dimension = "GHO") ## S3 method for class 'gho' print(, n = options()$rgho.n,...) dimension A GHO dimension. Object to print. n Number of lines to print (if missing will print the option rgho.n rows).... Etra arguments passed to print. GHO dimensions/codes. Eamples get_gho_dimensions() get_gho_codes(dimension = "GHO") rgho rgho: Access WHO Global Health Observatory Data From R Access WHO Global Health Observatory data from R via the Athena web service, an application program interface providing a simple query interface to the World Health Organization s data and statistics content.

search_gho 5 Package Options rgho.verbose Should informations about the request be diplayed? Defaults to FALSE. rgho.retry How many times the request should be retried? Defaults to 5. rgho.memotime For how long should the results of a request be memoised, in seconds? Defaults to 3600. search_gho Search Codes or Dimensions Labels Search Codes or Dimensions Labels search_gho(gho, ) search_dimensions() search_codes(, dimension = "GHO") gho dimension An object from get_gho_dimensions or get_gho_codes. A character string to find in GHO labels. A GHO dimension where codes will be searched. A vector of dimensions or codes whose labels mach the search string. Labels are given as as a label attribute. Eamples search_codes("neonatal", dimension = "GHO") result <- get_gho_codes(dimension = "REGION") search_gho(result, "asia")

Inde display_attribute_values, 2 display_attributes (display_attribute_values), 2 filter_gho, 2 get_gho_codes, 5 get_gho_codes (get_gho_dimensions), 4 get_gho_data, 3 get_gho_dimensions, 4, 5 man-gho (get_gho_dimensions), 4 print.gho (get_gho_dimensions), 4 rgho, 4 rgho-package (rgho), 4 search_codes (search_gho), 5 search_dimensions (search_gho), 5 search_gho, 5 6