{"id":20448630,"url":"https://github.com/datacamp/finddatasetpkgs","last_synced_at":"2025-06-13T04:05:55.633Z","repository":{"id":71705435,"uuid":"121569131","full_name":"datacamp/finddatasetpkgs","owner":"datacamp","description":"An R package that lists all CRAN R packages with \"datasets\" or \"data sets\" in the Title field of their DESCRIPTION file.","archived":false,"fork":false,"pushed_at":"2018-02-14T23:18:20.000Z","size":4,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-05T09:16:07.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/datacamp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-14T22:34:05.000Z","updated_at":"2019-09-12T05:25:17.000Z","dependencies_parsed_at":"2023-05-15T21:00:06.868Z","dependency_job_id":null,"html_url":"https://github.com/datacamp/finddatasetpkgs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datacamp/finddatasetpkgs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Ffinddatasetpkgs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Ffinddatasetpkgs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Ffinddatasetpkgs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Ffinddatasetpkgs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datacamp","download_url":"https://codeload.github.com/datacamp/finddatasetpkgs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Ffinddatasetpkgs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259578199,"owners_count":22879213,"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","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":"2024-11-15T10:35:59.163Z","updated_at":"2025-06-13T04:05:55.608Z","avatar_url":"https://github.com/datacamp.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput:\n  md_document:\n    variant: markdown_github\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# finddatasetpkgs\n\n*finddatasetpkgs* helps you find other R packages that contain datasets. At the moment, it is pretty stupid, and just looks in the Title field of the DESCRIPTION file of each package on CRAN, and checks if it contains \"dataset\" or \"data set\".\n\n## Example\n\nThere is one user-facing function, `get_dataset_pkgs()`. Call it without any arguments to get a data frame of packages that probably have datasets in them.\n\nBy default, the data will also be shown in a your web browser.\n\n```{r, get_dataset_pkgs_browse, eval = FALSE}\nlibrary(finddatasetpkgs)\nget_dataset_pkgs()                       # show in browser\n```\n\nYou can turn this off, if you just want to work with the data frame programmatically.\n\n```{r, get_dataset_pkgs_program, result = \"asis\"}\nlibrary(finddatasetpkgs)\npkgs \u003c- get_dataset_pkgs(browse = FALSE) # don't show\nknitr::kable(head(pkgs))\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatacamp%2Ffinddatasetpkgs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatacamp%2Ffinddatasetpkgs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatacamp%2Ffinddatasetpkgs/lists"}