View source: R/SDMXServiceProvider-methods.R
findSDMXServiceProvider | R Documentation |
function that allows searching by provider id in the list of known SDMXServiceProvider. This function can be used for interrogating the list of default providers known by rsdmx, and is used internally by readSDMX
findSDMXServiceProvider(agencyId)
agencyId |
an object of class "character" representing a provider identifier |
an object of class "SDMXServiceProvider" (or NULL if no matching)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
getSDMXServiceProviders addSDMXServiceProvider readSDMX
#find OECD provider
oecd.provider <- findSDMXServiceProvider("OECD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.