Skip to contents

Get a table of URLs from a paper or paperlist. Matches urls that start with http or doi:

Usage

extract_urls(paper)

Arguments

paper

a paper object or paperlist object

Value

a table

Examples

paper <- demopaper()
urls <- extract_urls(paper)