get_links: Extract article links from CDC results

Description Usage Arguments Value Examples

View source: R/scrapeCDC.R

Description

Extract links to websites holding article information from CDC search results.

Usage

1
get_links(html)

Arguments

html

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

Value

A vector of URLs

Examples

1
2
links <- get_links(lines)
links;

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