{"id":16703797,"url":"https://github.com/leeper/webuse","last_synced_at":"2025-04-10T05:04:06.545Z","repository":{"id":33882017,"uuid":"37593047","full_name":"leeper/webuse","owner":"leeper","description":"Import Stata 'webuse' Datasets","archived":false,"fork":false,"pushed_at":"2018-09-30T22:49:12.000Z","size":38,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T06:11:57.999Z","etag":null,"topics":["cran","data-import","dataset","r","stata","stata-datasets"],"latest_commit_sha":null,"homepage":"https://cloud.r-project.org/package=webuse","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leeper.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-17T12:17:58.000Z","updated_at":"2024-01-17T02:14:04.000Z","dependencies_parsed_at":"2022-08-21T07:20:39.725Z","dependency_job_id":null,"html_url":"https://github.com/leeper/webuse","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeper%2Fwebuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeper%2Fwebuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeper%2Fwebuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeper%2Fwebuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leeper","download_url":"https://codeload.github.com/leeper/webuse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161277,"owners_count":21057554,"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":["cran","data-import","dataset","r","stata","stata-datasets"],"created_at":"2024-10-12T19:09:40.174Z","updated_at":"2025-04-10T05:04:06.506Z","avatar_url":"https://github.com/leeper.png","language":"R","readme":"# Import Stata 'webuse' Datasets\n\nThis package provides a Stata-style `webuse()` function for importing named datasets from Stata's online collection.\n\n## Package Installation\n\nThis package can be installed from R using `install.packages(\"webuse\")` or from GitHub using **remotes**:\n\n```R\nif(!require(\"remotes\")){\n    install.packages(\"remotes\")\n}\nremotes::install_github(\"leeper/webuse\")\n```\n\n[![Build Status](https://travis-ci.org/leeper/webuse.svg?branch=master)](https://travis-ci.org/leeper/webuse)\n[![CRAN Version](http://www.r-pkg.org/badges/version/webuse)](http://cran.r-project.org/package=webuse)\n![Downloads](http://cranlogs.r-pkg.org/badges/webuse)\n\n## Code Examples\n\n```{r, echo=FALSE, results='hide'}\noptions(width = 100)\n```\n\nFunctionality is simple. Load **webuse** and then access any online Stata dataset using the `webuse()` function. This will assign the named dataset to the `.GlobalEnv` (or another environment, if specified):\n\n```{r}\nlibrary(\"webuse\")\nwebuse(\"auto\")\nhead(auto)\n\nwebuse(\"uslifeexp\")\nhead(uslifeexp)\n```\n\nThe `webuselist` object contains a list of \"core\" Stata datasets:\n\n```{r}\nstr(webuselist)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleeper%2Fwebuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleeper%2Fwebuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleeper%2Fwebuse/lists"}