get_titles: Extract titles from Google Scholar results

View source: R/scrapeGS.R

get_titlesR Documentation

Extract titles from Google Scholar results

Description

Extract the titles of search results from Google Scholar search results, saved as html files.

Usage

get_titles(code_lines)

Arguments

code_lines

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

Value

A vector of result titles (10 per page)

Examples

## Not run: 
titles <- get_titles(code_lines)

## End(Not run)

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