get_citations: Extract citation information from Google Scholar results

View source: R/scrapeGS.R

get_citationsR Documentation

Extract citation information from Google Scholar results

Description

Extract information relating to the record's citation (including the authors, journal/source and publication year), from Google Scholar search results.

Usage

get_citations(code_lines)

Arguments

code_lines

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

Value

A vector of citation information

Examples

## Not run: 
citations <- get_citations(code_lines)

## End(Not run)

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