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

Value

a table

Examples

paper <- read(demoxml())
urls <- extract_urls(paper)