gho_data()
loads data on any number of indicators from the GHO into a single data frame.
Arguments
- inds
A character vector of indicator codes from the GHO database. Takes any of the codes in the
IndicatorCode
column of the data frame generated bygho_indicators()
.- query
A character vector of strings fitting the Odata protocol that must start with
"$filter="
. If one string provided, query will be recycled for each value ininds
, otherwise the length ofinds
andquery
must match.- year_range
A string specifying whether the beginning and end values of the year range should be
"numeric"
, the default, or"date"
.