{"id":16755307,"url":"https://github.com/ebedthan/tidygapminder","last_synced_at":"2025-09-09T13:41:10.707Z","repository":{"id":56936554,"uuid":"222142023","full_name":"Ebedthan/tidygapminder","owner":"Ebedthan","description":"The tidygapminder repository","archived":false,"fork":false,"pushed_at":"2020-05-26T13:14:32.000Z","size":2857,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T12:06:41.285Z","etag":null,"topics":["gapminder","r","r-package"],"latest_commit_sha":null,"homepage":"https://ebedthan.github.io/tidygapminder/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ebedthan.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-16T18:27:42.000Z","updated_at":"2021-02-06T09:58:07.000Z","dependencies_parsed_at":"2022-08-21T07:20:34.377Z","dependency_job_id":null,"html_url":"https://github.com/Ebedthan/tidygapminder","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Ebedthan/tidygapminder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ebedthan%2Ftidygapminder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ebedthan%2Ftidygapminder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ebedthan%2Ftidygapminder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ebedthan%2Ftidygapminder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ebedthan","download_url":"https://codeload.github.com/Ebedthan/tidygapminder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ebedthan%2Ftidygapminder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274304434,"owners_count":25260657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gapminder","r","r-package"],"created_at":"2024-10-13T03:07:18.626Z","updated_at":"2025-09-09T13:41:10.667Z","avatar_url":"https://github.com/Ebedthan.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\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)\n```\n\n# tidygapminder\n\n[![Build Status](https://travis-ci.org/Ebedthan/tidygapminder.svg)](https://travis-ci.org/Ebedthan/tidygapminder)\n[![codecov](https://codecov.io/gh/Ebedthan/tidygapminder/branch/master/graph/badge.svg)](https://codecov.io/gh/Ebedthan/tidygapminder)\n[![Build status](https://ci.appveyor.com/api/projects/status/01ss9tmkw5jyaqfu?svg=true)](https://ci.appveyor.com/project/Ebedthan/tidygapminder)\n![](http://cranlogs.r-pkg.org/badges/grand-total/tidygapminder)\n![](https://www.r-pkg.org/badges/version-ago/tidygapminder)\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n\ntidygapminder is designed to make easy to tidy data retrieved from [Gapminder](https://www.gapminder.org). Learn more in `vignette(\"tidygapminder\")`.\n\n## Installation\n\nYou can install the released version of tidygapminder from [CRAN](https://CRAN.R-project.org) with:\n\n```{r, eval = FALSE}\ninstall.packages(\"tidygapminder\")\n```\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n```{r, eval = FALSE}\n# install.packages(\"devtools\")\ndevtools::install_github(\"ebedthan/tidygapminder\")\n```\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n```{r example-1}\nlibrary(tidygapminder)\n\n# From ----------------------------------\ndf \u003c- readxl::read_xlsx(system.file(\"extdata\", \"agriculture_land.xlsx\", package = \"tidygapminder\"))\n\ndf\n\n# To ------------------------------------\nfile \u003c- system.file(\"extdata\", \"agriculture_land.xlsx\", package = \"tidygapminder\")\n\ntidy_indice(file)\n```\n\nOr more powerful: \n\n```{r example-2}\n\n# From ----------------------------------------\n\npath \u003c- system.file(\"extdata\", package = \"tidygapminder\")\n\nlist.files(path)\n\ndf\n\ndf_ \u003c- data.table::fread(system.file(\"extdata\", \"life_expectancy_years.csv\", package = \"tidygapminder\"))\n\ndf_\n\n# To ------------------------------------------\n\ntidy_bunch(dirpath = path, merge = TRUE)\n\n```\n\nEnjoy `r emo::ji(\"smile\")` !!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febedthan%2Ftidygapminder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febedthan%2Ftidygapminder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febedthan%2Ftidygapminder/lists"}