get_links: Extract article links from Google Scholar results

View source: R/scrapeGS.R

get_linksR Documentation

Extract article links from Google Scholar results

Description

Extract links to websites holding article information from Google Scholar search results.

Usage

get_links(code_lines)

Arguments

code_lines

A vector of lines consisting of the html code for a webpage

Value

A vector of URLs

Examples

## Not run: 
links <- get_links(code_lines)
links

## End(Not run)

nealhaddaway/GSscraper documentation built on May 6, 2022, 10:52 a.m.