Skip to content

Instantly share code, notes, and snippets.

@Shians
Created March 1, 2019 00:29
Show Gist options
  • Select an option

  • Save Shians/f06256769077f4debe59121997db4cc4 to your computer and use it in GitHub Desktop.

Select an option

Save Shians/f06256769077f4debe59121997db4cc4 to your computer and use it in GitHub Desktop.
Function to search google from R
# search google for query
google <- function(query) {
browseURL(glue::glue("https://www.google.com/search?q={URLencode(query)}"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment