Learn R Programming

datamart (version 0.5.2)

gapminder: Gapminder data source.

Description

Gapminder describes itself as a "fact tank" that promotes a fact based world view. On their website they provide a service that allows to create animated charts for various indicators, differentiated by country. They also provide the underlying datasets for download. This S3 class serves as a wrapper for easy access to a subset of these data.

Usage

gapminder()

Arguments

Value

Mashup

Details

Please note that neither Gapminder nor the package developer/maintainer are the data provider, except for a few cases. Therefore you will have to go to the source to find out the terms of use for the specific indicator.

This class defines some resources of the Gapminder Project. See queries(gapminder()) for a list of resources.

This is a proof of concept for the urldata function.

References

http://www.gapminder.org

See Also

urldata

Examples

Run this code
## Not run: 
#   gm <- gapminder()
#   queries(gm)
#   query(gm, "ReligionAndBabies")
# ## End(Not run)

Run the code above in your browser using DataLab