available icon indicating copy to clipboard operation
available copied to clipboard

Google search ranking

Open jimhester opened this issue 7 years ago • 1 comments

Google doesn't provide an API for this, and has some measures in place like captcha's to prevent automated searches if it thinks you are a non-human, but we can probably open a browser window with a search query at least.

jimhester avatar May 27 '17 13:05 jimhester

an improved version of the following?

open_search <- function(query) {
browseURL(paste0("http://www.google.com?q=", query))
}

soodoku avatar Nov 17 '17 21:11 soodoku