NEWS.md
search_grep()
: Searches on grep.app. (#35, #37)search_qwant()
: Searches on Qwant. (#36)search_ecosia()
: Searches on Ecosia. (#31, #32)search_rseek()
: Searches on rseek. (#32, thanks @rossellhayes!)404: Not Found
.search_twitter()
: Searches on Twitter. (#19, #30)searcher.launch_delay
controls how long the user remains in R prior to the browser opening. Default is 0.5
seconds.searcher.use_rstudio_viewer
specifies whether RStudio’s viewer pane should open the link instead of a web browser. Default is FALSE
until RStudio’s sandbox issue is resolved.searcher.default_keyword
: Suffix keyword to focus search results between either "base"
or "tidyverse"
. Default is "base"
.search_*()
through searcher()
.searcher()
function has lost the ability to specify rlang
to address an unevaluated promise issue.search_rstudio_community()
or search_rscom()
: Searches on RStudio Community. (#13, #17)search_ixquick()
to search_startpage()
due to the merging of ixquick into startpage. (#15)search_ixquick()
: Searches with ixquick. (#8, #6)r programming
to major search engines by default (#11, #10)ixquick
as a valid engine to search_site()
. (#8, #6)DESCRIPTION
.search_site()
: Looks up search portal and then searches with it.search_google()
: Searches with Google
search_bing()
: Searches with Bing
search_duckduckgo()
or search_ddg()
: Searches with DuckDuckGo
search_github()
or search_gh()
: Searches issues on GitHub
search_bitbucket()
or search_bb()
: Searches issues on BitBucket
search_stackoverflow()
or search_so()
: Searches questions on StackOverflow
searcher()
to create function objects that can be used as error handlers in option(error = )
and task call-backs.