{"id":38654472,"url":"https://github.com/openwashdata/undpcomposite","last_synced_at":"2026-01-17T09:25:36.281Z","repository":{"id":276825058,"uuid":"930417264","full_name":"openwashdata/undpcomposite","owner":"openwashdata","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-11T10:05:19.000Z","size":5737,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T00:25:38.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://openwashdata.github.io/undpcomposite/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openwashdata.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-10T15:49:08.000Z","updated_at":"2025-02-11T10:05:22.000Z","dependencies_parsed_at":"2025-04-12T19:23:12.130Z","dependency_job_id":"f65eddd4-fad7-489e-ab27-92e1da106bfe","html_url":"https://github.com/openwashdata/undpcomposite","commit_stats":null,"previous_names":["openwashdata/undpcomposite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/openwashdata/undpcomposite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwashdata%2Fundpcomposite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwashdata%2Fundpcomposite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwashdata%2Fundpcomposite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwashdata%2Fundpcomposite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openwashdata","download_url":"https://codeload.github.com/openwashdata/undpcomposite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwashdata%2Fundpcomposite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T09:25:35.109Z","updated_at":"2026-01-17T09:25:36.235Z","avatar_url":"https://github.com/openwashdata.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\nalways_allow_html: true\neditor_options: \n  markdown: \n    wrap: 72\n  chunk_output_type: console\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\",\n  message = FALSE,\n  warning = FALSE,\n  fig.retina = 2,\n  fig.align = 'center'\n)\n```\n\n# undpcomposite\n\n\u003c!-- badges: start --\u003e\n\n[![License: CC BY\n4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14845848.svg)](https://zenodo.org/doi/10.5281/zenodo.14845848)\n[![R-CMD-check](https://github.com/openwashdata/undpcomposite/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/openwashdata/undpcomposite/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\nThe goal of undpcomposite is to provide tidy data from the UNDP composite data timeseries\n\n## Installation\n\nYou can install the development version of undpcomposite from\n[GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"openwashdata/undpcomposite\")\n```\n\n```{r}\n## Run the following code in console if you don't have the packages\n## install.packages(c(\"dplyr\", \"knitr\", \"readr\", \"stringr\", \"gt\", \"kableExtra\"))\nlibrary(dplyr)\nlibrary(knitr)\nlibrary(readr)\nlibrary(stringr)\nlibrary(gt)\nlibrary(kableExtra)\n```\n\nAlternatively, you can download the individual datasets as a CSV or XLSX\nfile from the table below.\n\n1.  Click Download CSV. A window opens that displays the CSV in\n    your browser.\n2.  Right-click anywhere inside the window and select \"Save Page As...\".\n3.  Save the file in a folder of your choice.\n\n```{r, echo=FALSE, message=FALSE, warning=FALSE}\n\nextdata_path \u003c- \"https://github.com/openwashdata/undpcomposite/raw/main/inst/extdata/\"\n\nread_csv(\"data-raw/dictionary.csv\") |\u003e \n  distinct(file_name) |\u003e \n  dplyr::mutate(file_name = str_remove(file_name, \".rda\")) |\u003e \n  dplyr::rename(dataset = file_name) |\u003e \n  mutate(\n    CSV = paste0(\"[Download CSV](\", extdata_path, dataset, \".csv)\"),\n    XLSX = paste0(\"[Download XLSX](\", extdata_path, dataset, \".xlsx)\")\n  ) |\u003e \n  knitr::kable()\n\n```\n\n## Data\n\nThe package provides access to composite data from UNDP on all indices in the form of a timeseries.\n\n```{r}\nlibrary(undpcomposite)\n```\n\n### undpcomposite\n\nThe dataset `undpcomposite` contains data about UNDP indicators over time. It has\n`r nrow(undpcomposite)` observations and `r ncol(undpcomposite)`\nvariables\n\n```{r}\nundpcomposite |\u003e \n  head(3) |\u003e \n  gt::gt() |\u003e\n  gt::as_raw_html()\n```\n\nFor an overview of the variable names, see the following table.\n\n```{r echo=FALSE, message=FALSE, warning=FALSE}\nlibrary(readr)\nlibrary(dplyr)\nlibrary(knitr)\nlibrary(kableExtra)\n\n# Read CSV with explicit encoding conversion\ndictionary \u003c- read_csv(\"data-raw/dictionary.csv\", show_col_types = FALSE) |\u003e\n  mutate(across(where(is.character), ~ iconv(.,\"UTF-8\",\"UTF-8\",sub=\"\")))\n\n# Filter and display table\ndictionary |\u003e\n  filter(file_name == \"undpcomposite.rda\") |\u003e\n  select(variable_name:description) |\u003e \n  kable() |\u003e \n  kable_styling(\"striped\") |\u003e \n  scroll_box(height = \"200px\")\n\n```\n\n## Example\n\nLess developed countries exhibit higher adolescent birth rates than more developed countries\n\n```{r}\nlibrary(undpcomposite)\nlibrary(ggplot2)\nlibrary(dplyr)\n\n# Ensure UTF-8 encoding for character columns\nundpcomposite \u003c- undpcomposite |\u003e\n  mutate(across(where(is.character), ~ iconv(.,\"UTF-8\",\"UTF-8\",sub=\"\")))\n\n# Handle missing values in `abr`\nundpcomposite_clean \u003c- undpcomposite |\u003e \n  filter(country %in% c(\"United States\", \"Germany\", \"Niger\", \"Mali\")) |\u003e \n  mutate(\n    year = as.numeric(year),  # Convert year to numeric\n    abr = ifelse(is.na(abr), 0, abr)  # Replace NA values in abr\n  )\n\n# Find min and max year\nyear_range \u003c- range(undpcomposite_clean$year, na.rm = TRUE)\n\n# Create the plot with decade-based x-axis\nggplot(undpcomposite_clean, aes(x = year, y = abr, color = country, group = country)) +\n  geom_line() +\n  scale_x_continuous(breaks = seq(floor(year_range[1] / 10) * 10, ceiling(year_range[2] / 10) * 10, by = 10)) +  \n  labs(\n    title = \"Adolescent Birth Rate in Two High Income and Two Low Income Countries\",\n    x = \"Year\",\n    y = \"Adolescent Birth Rate (births per 1,000 women aged 15-29)\"\n  ) +\n  theme_minimal()\n\n\n```\n\n## License\n\nData are available as\n[CC-BY](https://github.com/openwashdata/%7B%7B%7Bpackagename%7D%7D%7D/blob/main/LICENSE.md).\n\n## Citation\n\nPlease cite this package using:\n\n```{r}\ncitation(\"undpcomposite\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenwashdata%2Fundpcomposite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenwashdata%2Fundpcomposite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenwashdata%2Fundpcomposite/lists"}