annotate_doi_list_cross_ref: Annotate DOI List with CrossRef

Description Usage Arguments Value Examples

View source: R/WikiHistoRyfunctions.r

Description

This function get a list of DOIs as input and create dataframe of annotated DOIs with CrossRef

Usage

1

Arguments

doi_list

names of wikipedia category

Value

dataframe of annotated DOIs with CrossRef

Examples

1
2
3
art_test=get_article_most_recent_table("Zeitgeber")
dois_fetched=unique(unlist(str_match_all(art_test$`*`, doi_regexp)))
annotate_doi_list_cross_ref(dois_fetched)

jsobel1/WikiCitationHistoRy documentation built on July 24, 2021, 10:26 p.m.