get_years: Extract article descriptions from Google Scholar results

View source: R/scrapeGS.R

get_yearsR Documentation

Extract article descriptions from Google Scholar results

Description

Extract article publication years from Google Scholar search results.

Usage

get_years(code_lines)

Arguments

code_lines

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

Value

A vector of publication years

Examples

## Not run: 
years <- get_years(lines)
years

## End(Not run)

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