{"id":20603691,"url":"https://github.com/patrickm663/package2csv","last_synced_at":"2026-04-16T16:35:56.554Z","repository":{"id":153371771,"uuid":"492456393","full_name":"patrickm663/package2csv","owner":"patrickm663","description":"This package allows users to easily download all the datasets from a given R package into CSV for further analysis","archived":false,"fork":false,"pushed_at":"2022-05-15T12:30:09.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T16:48:49.609Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patrickm663.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-15T10:37:25.000Z","updated_at":"2023-04-09T17:42:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fa6ade1-bf94-4249-a34b-b59320e3242a","html_url":"https://github.com/patrickm663/package2csv","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/patrickm663/package2csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickm663%2Fpackage2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickm663%2Fpackage2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickm663%2Fpackage2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickm663%2Fpackage2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrickm663","download_url":"https://codeload.github.com/patrickm663/package2csv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickm663%2Fpackage2csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31895555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-16T09:18:10.560Z","updated_at":"2026-04-16T16:35:56.538Z","avatar_url":"https://github.com/patrickm663.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# package2csv\nThis R package allows users to easily download all the datasets from a given R package into CSV for further analysis.\n\nThe script is a result of much trial-and-error to automate the process of writing datasets to CSV form. No consise way was available online, so I made my own.\n\n## Installation\n### Prerequisite\nEnsure 'devtools' is installed and you are able to install packages from GitHub.\n```\ninstall.packages(\"devtools\")\n```\n### Installation using DevTools\nInstall this package as follows:\n```\nlibrary(devtools)\ndevtools::install_github(\"patrickm663/package2csv\")\n```\nLoad the package:\n```\nlibrary(package2csv)\n```\n## Running the Package\nIn an R session, run `datasets_to_csv(\u003cname of package\u003e, workdir = \"\u003cOPTIONAL\u003e\")`. _Note: If the directory provided is invalid, `write.csv()` will throw an error._ If `workdir = ` is not specified, it will use your current working directory.\n\nMultiple packages can be read at once by passing the package names as a vector of strings. For example: \n```datasets_to_csv(c(\"MASS\", \"plyr\"))```\n\n## TODO\n- [x] Add Man page\n- [x] Add support for loading multiple packages\n- [x] Allow the user the ability to specify their working directory\n\n## Licence\nThis is free software with NO WARRANTY offered under BSD 3-Clause.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickm663%2Fpackage2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickm663%2Fpackage2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickm663%2Fpackage2csv/lists"}