get_google_links: Retrieve links from a google search

Description Usage Arguments Details Value Examples

View source: R/get_google_links.R

Description

Use a url created with google_url() to retrieve a list of links for the research results. This function needs combining into one and to handle parsing of the urls returned.

Usage

1

Arguments

url

A search url created with google_url()

Details

The URLS returned need to be parsed at the beginning after '=“ and then before '&sa'.

from this SO question. http://stackoverflow.com/questions/32889136/how-to-get-google-search-results

Value

A list of urls requiring further parsing (at the moment)

Examples

1
## Not run: get_google_links(url)

poldham/oldhammisc documentation built on May 25, 2019, 11:23 a.m.