Skip to content
Permalink
74c3c250e4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit d0e5eea Nov 6, 2019 History
1 contributor

Users who have contributed to this file

15 lines (11 sloc) 621 Bytes

eoR

Data Management Package (Exposure and Occurrence Data in R)

This data management package provides some helper classes for publicly available data sources (HMD, DESTATIS) in Demography. We strive to encapsulate data in easy to use S4 objects.

If original data is provided in a text file, the resulting S4 object contains all information from that text file. But the information is somehow structured (header, footer, etc). Further the classes provide methods to make a subset for selected calendar years or selected regions. The resulting subset objects still contain the original header and footer information.