links2dois: Extract DOIs from multiple article links

View source: R/scrapeGS.R

links2doisR Documentation

Extract DOIs from multiple article links

Description

Extract digital object identifiers ('DOIs') from links to the websites holding article information, where they are contained within (e.g. 'https://link.springer.com/article/10.1186/1475-2875-13-446' contains the DOI 10.1186/1475-2875-13-446).

Usage

links2dois(code_lines)

Arguments

code_lines

A data frame of links to a webpage from Google Scholar

Value

A data frame of dois

Examples

## Not run: 
dois <- links2dois(code_lines)

## End(Not run)

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