Title: | Access Domains and Search Popular Websites |
---|---|
Description: | Functions for accessing domains and a number of search engines. |
Authors: | Florian S. Schaffner [aut, cre]
|
Maintainer: | Florian S. Schaffner <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.3 |
Built: | 2025-03-01 05:36:20 UTC |
Source: | https://github.com/fschaffner/websearchr |
Improve your workflow by searching Bing directly from the console without having to switching to the browser and opening a new tab first.
bing(search_terms)
bing(search_terms)
search_terms |
Search terms encapsulated in " ". |
bing("my search terms")
bing("my search terms")
Search crossref.org directly from the R console without having to switching to the browser and opening a new tab first.
crossref(search_terms)
crossref(search_terms)
search_terms |
Search terms encapsulated in " ". |
crossref("my source")
crossref("my source")
Improve your workflow by searching with duckduckgo.com directly from the console without having to switching to the browser and opening a new tab first.
duckduckgo(search_terms) ddg(search_terms)
duckduckgo(search_terms) ddg(search_terms)
search_terms |
Search terms encapsulated in " ". |
duckduckgo("my search terms") ddg("r-project")
duckduckgo("my search terms") ddg("r-project")
Improve your workflow by searching GitHub directly from R console.
github(search_terms)
github(search_terms)
search_terms |
Search terms encapsulated in " ". |
github("ggplot extensions")
github("ggplot extensions")
Improve your workflow by searching google directly from the console without having to switching to the browser and opening a new tab first.
google(search_terms)
google(search_terms)
search_terms |
Search terms encapsulated in " ". |
google("my search terms")
google("my search terms")
Improve your workflow by searching Google Scholar directly from the console without having to switching to the browser and opening a new tab first.
google_scholar(search_terms)
google_scholar(search_terms)
search_terms |
Search terms encapsulated in " ". |
google_scholar("my search terms")
google_scholar("my search terms")
This is a helper function that returns the last produced error message in R, which is intended to be used within any of the search functions of the websearchr package. It adds the keyword "R" to the beginning for improved accuracy of search results.
last_error()
last_error()
# Query last error message last_error()
# Query last error message last_error()
This is a helper function that returns the last produced warning message in R, which is intended to be used within any of the search functions of the websearchr package. It adds the keyword "R" to the beginning for improved accuracy of search results.
last_warning()
last_warning()
## Not run: # Create example warning warning("Example warning") # Query last warning message last_warning() ## End(Not run)
## Not run: # Create example warning warning("Example warning") # Query last warning message last_warning() ## End(Not run)
Improve your workflow by searching Qwant directly from the console without having to switching to the browser and opening a new tab first.
qwant(search_terms)
qwant(search_terms)
search_terms |
Search terms encapsulated in " ". |
qwant("my search terms")
qwant("my search terms")
Improve your workflow by searching r-bloggers.com directly from the console without having to switching to the browser and opening a new tab first.
r_bloggers(search_terms)
r_bloggers(search_terms)
search_terms |
Search terms encapsulated in " ". |
r_bloggers("my search terms")
r_bloggers("my search terms")
Improve your workflow by searching rdocumentation.org directly from the console without having to switching to the browser and opening a new tab first.
rdocumentation(search_terms) rdoc(search_terms)
rdocumentation(search_terms) rdoc(search_terms)
search_terms |
Search terms encapsulated in " ". |
rdocumentation("my search terms") rdoc("package I am looking for")
rdocumentation("my search terms") rdoc("package I am looking for")
Improve your workflow by searching rdrr.io directly from the console without having to switching to the browser and opening a new tab first.
rdrr_io(search_terms) rdrr(search_terms)
rdrr_io(search_terms) rdrr(search_terms)
search_terms |
Search terms encapsulated in " ". |
rdrr_io("my search terms") rdrr("my search terms")
rdrr_io("my search terms") rdrr("my search terms")
Improve your workflow by searching Reddit directly from the console without having to switching to the browser and opening a new tab first.
reddit(search_terms)
reddit(search_terms)
search_terms |
Search terms encapsulated in " ". |
reddit("my search terms")
reddit("my search terms")
Improve your workflow by searching Stackoverflow directly from R console.
stackoverflow(search_terms) so(search_terms)
stackoverflow(search_terms) so(search_terms)
search_terms |
Search terms encapsulated in " ". |
stackoverflow("r date conversion") so("r ggplot2 geom_smooth()")
stackoverflow("r date conversion") so("r ggplot2 geom_smooth()")
Improve your workflow by searching with startpage.com directly from the console without having to switching to the browser and opening a new tab first.
startpage(search_terms) sp(search_terms)
startpage(search_terms) sp(search_terms)
search_terms |
Search terms encapsulated in " ". |
startpage("my search terms") sp("r-project")
startpage("my search terms") sp("r-project")
Improve your workflow by searching Twitter directly from the console without having to switching to the browser and opening a new tab first.
twitter(search_terms, lang = c("en", "de", "es", "fr"))
twitter(search_terms, lang = c("en", "de", "es", "fr"))
search_terms |
Search terms encapsulated in " ". |
lang |
Specify in which language Twitter should be accessed One of c("en", "de", "es" "fr") for English, German, Spanish and French, respectively. |
twitter("rstudiotips")
twitter("rstudiotips")
Improve your workflow by accessing web directly from R console.
web(address, https = TRUE, suppressWWW = FALSE)
web(address, https = TRUE, suppressWWW = FALSE)
address |
The web address you want to open, encapsulated in " ". |
https |
if FALSE "http" will be used instead of the default "https". |
suppressWWW |
if TRUE "www" will be suppressed and the user input will follow directly after https:// |
web("r-project.org")
web("r-project.org")
Improve your workflow by searching Wikipedia directly from the console without having to switching to the browser and opening a new tab first.
wikipedia(search_terms, lang = c("en", "de", "es", "fr")) wp(search_terms, lang = c("en", "de", "es", "fr"))
wikipedia(search_terms, lang = c("en", "de", "es", "fr")) wp(search_terms, lang = c("en", "de", "es", "fr"))
search_terms |
Search terms encapsulated in " ". |
lang |
In which language Wikipedia should be accessed. One of c("en", "de", "es" "fr") for English, German, Spanish and French, respectively. |
wikipedia("my search terms") wp("my search terms")
wikipedia("my search terms") wp("my search terms")
Improve your workflow by searching WolframAlpha directly from the console without having to switching to the browser and opening a new tab first.
wolframalpha(search_terms) wolfram(search_terms)
wolframalpha(search_terms) wolfram(search_terms)
search_terms |
Search terms encapsulated in " ". |
wolframalpha("my search terms") wolfram("my search terms")
wolframalpha("my search terms") wolfram("my search terms")