get_descriptions: Extract article descriptions from Google Scholar results

View source: R/scrapeGS.R

get_descriptionsR Documentation

Extract article descriptions from Google Scholar results

Description

Extract article descriptions (summaries of key sentences), from Google Scholar search results.

Usage

get_descriptions(code_lines)

Arguments

code_lines

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

Value

A vector of descriptions

Examples

## Not run: 
descriptions <- get_descriptions(code_lines)
descriptions

## End(Not run)

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