Skip to content

An Interface to the Philippine Civil Registration and Vital Statistics Data

License

Notifications You must be signed in to change notification settings

panukatan/talaan

Repository files navigation

talaan: An Interface to the Philippine Civil Registration and Vital Statistics Data

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Lifecycle: experimental R-CMD-check test-coverage Codecov test coverage CodeFactor

The Philippine Statistics Authority (PSA) makes civil registration data publicly available through their monthly updates on numbers of births, deaths, and marriages released via their website. This package provides utilities for accessing and processing the civil registration and vital statistics data released by the PSA.

What does talaan do?

Please note that talaan is still highly experimental and is undergoing a lot of development. Hence, any functionalities described below and in the rest of the package documentation have a high likelihood of changing interface or approach as we aim for a stable working version.

Currently, the package provides the following functionalities:

Monthly update releases

  • Retrieval and/or download of monthly civil registry and vital statistics updates released by the PSA on their website;

  • Standardised naming of civil registry and vital statistics release files;

  • Upload and/or archive raw monthly civil registry and vital statistics releases onto specific platforms; and,

  • Process monthly civil registry and vital statistics releases into machine-readable and relational database-ready structures.

Historical/archived datasets

  • Retrieval and/or download of historical/archived civil registry and vital statistics datasets made available on the PSA website;

  • Standardised naming of civil registry and vital statistics historical/archived files;

  • Upload and/or archive raw historical civil registry and vital statistics datasets onto specific platforms; and,

  • Process historical/archived civil registry and vital statistics datasets into machine-readable and relational database-ready structures.

Installation

talaan is not yet on CRAN but can be installed from the panukatan R universe as follows:

install.packages(
  "talaan",
  repos = c('https://panukatan.r-universe.dev', 'https://cloud.r-project.org')
)

Usage

Citation

If you find the talaan package useful please cite using the suggested citation provided by a call to the citation() function as follows:

citation("talaan")
#> To cite talaan in publications use:
#> 
#>   Ernest Guevarra (2024). talaan: An Interface to the Philippine Civil
#>   Registry and Vital Statistics Data R package version 0.0.0.9000 URL
#>   https://panukatan.io/talaan/
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {talaan: An Interface to the Philippines Civil Registry and Vital Statistics Data},
#>     author = {{Ernest Guevarra}},
#>     year = {2024},
#>     note = {R package version 0.0.0.9000},
#>     url = {https://panukatan.io/talaan/},
#>   }

Community guidelines

Feedback, bug reports and feature requests are welcome; file issues or seek support here. If you would like to contribute to the package, please see our contributing guidelines.

This project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

An Interface to the Philippine Civil Registration and Vital Statistics Data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages