ropensci/rgpdd

Name: rgpdd

Owner: rOpenSci

Description: Interface to the Global Population Dynamics Database, http://www3.imperial.ac.uk/cpb/databases/gpdd

Created: 2013-09-19 16:44:52.0

Updated: 2017-11-25 14:07:04.0

Pushed: 2015-04-21 22:13:45.0

Homepage: null

Size: 3328

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

RGPDD

An R interface the Global Population Dynamics Database

Package under development. Please see the package issues and milestones for more information.

Background and terms

Imperial College, London, Center for Population Biology provides the GPDD in Microsoft Access format available for download without cost after registration with an email address and password. This package aims to streamline the use of this data for R users. At this time the package primarily provides the 9 data tables of the GPDD directly. Helper functions for common operations should be added as time permits, and user contributions are welcome.

Please consult http://www3.imperial.ac.uk/cpb/databases/gpdd for more information and official documentation of the GPDD data. Documentation from the GPDD is being included as part of the R package documentation where appropriate.

At the time of writing, the GPDD database was last updated in 2010 (v2), see ?gpdd_version. The original (v1) was published in 1999. Please consider registering for the GPDD and be sure to cite it appropriately:

“NERC Centre for Population Biology, Imperial College (2010) The Global Population Dynamics Database Version 2. http://www.sw.ic.ac.uk/cpb/cpb/gpdd.html“.

and notify the database administrator of any publications resulting from this data: cpb-gpdd-dl@imperial.ac.uk

The adminstrator has been notified about the existence of the R package project.

Quickstart

Install the package:

ools::install_github("ropensci/rgpdd")

Load the data and explore the tables.

ary("rgpdd")
ary("ggplot2")
ary("dplyr")

ttaching package: 'dplyr'

he following object is masked from 'package:stats':

   filter

he following objects are masked from 'package:base':

   intersect, setdiff, setequal, union
r
ot(dplyr::filter(gpdd_data, MainID %in% 1:10)) + geom_line(aes(SeriesStep, Population, col=MainID, group=MainID))


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.