{"id":13858333,"url":"https://github.com/dirkschumacher/duckduckr","last_synced_at":"2025-05-15T10:33:22.163Z","repository":{"id":62459176,"uuid":"87101538","full_name":"dirkschumacher/duckduckr","owner":"dirkschumacher","description":"🦆🦆🚶 DuckDuckGo's Instant Answer API for R","archived":false,"fork":false,"pushed_at":"2017-04-14T21:25:48.000Z","size":37,"stargazers_count":43,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-16T02:19:57.417Z","etag":null,"topics":["api","duckduckgo","duckduckhack","r"],"latest_commit_sha":null,"homepage":"https://duckduckgo.com/api","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/dirkschumacher.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-03T17:28:38.000Z","updated_at":"2023-07-25T14:08:12.000Z","dependencies_parsed_at":"2022-11-02T00:45:27.181Z","dependency_job_id":null,"html_url":"https://github.com/dirkschumacher/duckduckr","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Fduckduckr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Fduckduckr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Fduckduckr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirkschumacher%2Fduckduckr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirkschumacher","download_url":"https://codeload.github.com/dirkschumacher/duckduckr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225346426,"owners_count":17459977,"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","duckduckgo","duckduckhack","r"],"created_at":"2024-08-05T03:02:04.739Z","updated_at":"2024-11-19T11:55:48.626Z","avatar_url":"https://github.com/dirkschumacher.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/duckduckr)](https://cran.r-project.org/package=duckduckr)\n[![Build Status](https://travis-ci.org/dirkschumacher/duckduckr.svg?branch=master)](https://travis-ci.org/dirkschumacher/duckduckr)\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/dirkschumacher/duckduckr?branch=master\u0026svg=true)](https://ci.appveyor.com/project/dirkschumacher/duckduckr)\n[![Coverage Status](https://img.shields.io/codecov/c/github/dirkschumacher/duckduckr/master.svg)](https://codecov.io/github/dirkschumacher/duckduckr?branch=master)\n[![](http://cranlogs.r-pkg.org/badges/duckduckr)](http://cran.rstudio.com/web/packages/duckduckr/index.html)\n\n# DuckDuckR\n\nThis is a simple *R* client for [DuckDuckGo's Instant Answer API](https://duckduckgo.com/api).\n\n## Install\n\n### From CRAN\n```{r, eval=FALSE}\ninstall.packages(\"duckduckr\")\n```\n\n### Latest development version\n```{r, eval=FALSE}\ndevtools::install_github(\"dirkschumacher/duckduckr\")\n```\n\n\n## Use\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n```{r}\nlibrary(duckduckr)\nres \u003c- duckduck_answer(\"ggplot\")\n\n# meta data of the call is part of the attributes\nstopifnot(attr(res, \"status\") == \"OK\")\n\n# the original http call\nattr(res, \"source\")\n```\n\n```{r,eval=FALSE}\nres$Abstract\n```\n\u003cblockquote\u003e\n`r res$Abstract`\n\u003c/blockquote\u003e\n\u0026nbsp;\n\n## Contributing\n\nIf you found a bug or want to propose a feature, feel free to visit the [issues page](https://github.com/dirkschumacher/duckduckr/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkschumacher%2Fduckduckr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirkschumacher%2Fduckduckr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirkschumacher%2Fduckduckr/lists"}