DuckduckR

This is a simple R client for DuckDuckGo's Instant Answer API.

Install

devtools::install_github("dirkschumacher/duckduckr")

Use

library(duckduckr)
res <- duckduck_answer("ggplot")

# meta data of the call is part of the attributes
stopifnot(attr(res, "status") == "OK")

# the original http call
attr(res, "source")
#> [1] "https://api.duckduckgo.com/?q=ggplot&no_redirect=0&no_html=0&format=json&skip_disambig=0&t=duckduckr"
res$Abstract

Contributing

If you found a bug or want to propose a feature, feel free to visit the issues page.

Copy Link

Version

Down Chevron

Install

install.packages('duckduckr')

Monthly Downloads

155

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

April 7th, 2017

Functions in duckduckr (1.0.0)