{"id":25740153,"url":"https://github.com/datadotworld/dwapi-r","last_synced_at":"2025-05-08T21:14:49.361Z","repository":{"id":49112507,"uuid":"89287978","full_name":"datadotworld/dwapi-r","owner":"datadotworld","description":"R client package for data.world API","archived":false,"fork":false,"pushed_at":"2023-12-05T08:32:02.000Z","size":202,"stargazers_count":7,"open_issues_count":8,"forks_count":1,"subscribers_count":36,"default_branch":"main","last_synced_at":"2025-05-08T21:14:44.416Z","etag":null,"topics":["api-client","datasets","dwstruct-t50-public-projects","open-data","reference-implementation"],"latest_commit_sha":null,"homepage":"https://data.world/integrations/r","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datadotworld.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","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":"2017-04-24T21:17:44.000Z","updated_at":"2025-04-01T21:35:05.000Z","dependencies_parsed_at":"2023-12-05T09:45:36.710Z","dependency_job_id":null,"html_url":"https://github.com/datadotworld/dwapi-r","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Fdwapi-r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Fdwapi-r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Fdwapi-r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Fdwapi-r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datadotworld","download_url":"https://codeload.github.com/datadotworld/dwapi-r/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149618,"owners_count":21861740,"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":["api-client","datasets","dwstruct-t50-public-projects","open-data","reference-implementation"],"created_at":"2025-02-26T08:36:46.917Z","updated_at":"2025-05-08T21:14:49.341Z","avatar_url":"https://github.com/datadotworld.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dwapi\n\n[![CircleCI](https://circleci.com/gh/datadotworld/dwapi-r.svg?style=svg)](https://circleci.com/gh/datadotworld/dwapi-r)\n\nThe `dwapi` R package makes it easy to use [data.world's REST API](https://docs.data.world/documentation/api) in R.  \nUsing the package, users can:\n\n* Create and update datasets, metadata and files\n* Query datasets using SQL and SPARQL\n* Download files and entire datasets\n\n# Getting Started\n\nTo get started, load the library and checkout the `quickstart` vignette.\n```R\nlibrary(dwapi)\nvignette(\"quickstart\", package = \"dwapi\")\n```\n\nHere is a simple example:\n```R\nintro_dataset \u003c- dwapi::get_dataset(\n  owner_id = \"jonloyens\",\n  dataset_id = \"an-intro-to-dataworld-dataset\")\n```\n\n## Installation\n\nTo get the current version from GitHub:\n```R\ndevtools::install_github(\"datadotworld/dwapi-r\", build_vignettes = TRUE, ref = \"main\")\n```\n\n## Configuration\n\nFirst, users must obtain an API authentication token at: https://data.world/settings/advanced\n\n**IMPORTANT**: For your security, do not include your API authentication token in code that\nis intended to be shared with others.\n\nTo configure the package, use `dwapi::configure`:\n```R\n\u003e library(dwapi)\n\u003e dwapi::configure(auth_token = \"YOUR_TOKEN_GOES_HERE\")\n```\n\n# Next\n\nCheck out the `quickstart` vignette and the package documentation (`?dwapi`).\n```R\n\u003e vignette(\"quickstart\", package = \"dwapi\")\n\u003e ?dwapi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadotworld%2Fdwapi-r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatadotworld%2Fdwapi-r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadotworld%2Fdwapi-r/lists"}