get_authors: Extract authors from Google Scholar results

View source: R/scrapeGS.R

get_authorsR Documentation

Extract authors from Google Scholar results

Description

Extract author details from the record's citation from Google Scholar search results.

Usage

get_authors(code_lines)

Arguments

code_lines

A vector of lines consisting of the html code for a web page

Value

A vector of author lists

Examples

## Not run: 
authors <- get_authors(code_lines)
authors

## End(Not run)

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