get_titles: Extract titles from CDC results

Description Usage Arguments Value Examples

View source: R/scrapeCDC.R

Description

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

Usage

1
get_titles(html)

Arguments

html

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

Value

A vector of result titles (10 per page)

Examples

1
titles <- get_titles(lines);

nealhaddaway/CDCscraper documentation built on Oct. 21, 2020, 5:20 a.m.