Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google search ranking #20

Open
jimhester opened this issue May 27, 2017 · 1 comment
Open

Google search ranking #20

jimhester opened this issue May 27, 2017 · 1 comment
Labels
feature a feature request or enhancement Up For Grabs

Comments

@jimhester
Copy link
Member

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.

@soodoku
Copy link

soodoku commented Nov 17, 2017

an improved version of the following?

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

@jimhester jimhester added the feature a feature request or enhancement label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement Up For Grabs
Projects
None yet
Development

No branches or pull requests

2 participants