get_info: Scrape all Google Scholar information

View source: R/scrapeGS.R

get_infoR Documentation

Scrape all Google Scholar information

Description

A wrapper for the scraping functions to produce a data frame of citations for each page of Google Scholar search results.

Usage

get_info(html)

Arguments

html

An HTML file read in as a single character string using 'save_htmls()'.

Value

A data frame containing all information that can be extracted from all html files in the working directory.

Examples

## Not run: 
info <- get_info(html)

## End(Not run)

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