This function retrieves Semantic Scholar data for a paper given its identifier

S2_paper(identifier, include_unknown_refs = FALSE)

Arguments

identifier

string with identifier

include_unknown_refs

logical, Default: FALSE

Value

list representing S2 paper object

Details

Example of Accessible Paper Identifiers:

  • S2 Paper ID : 0796f6cd7f0403a854d67d525e9b32af3b277331

  • DOI : 10.1038/nrn3241

  • ArXiv ID : arXiv:1705.10311

  • MAG ID : MAG:112218234

  • ACL ID : ACL:W12-3903

  • PubMed ID : PMID:19872477

  • Corpus ID : CorpusID:37220927

S2 is an abbreviation for Semantic Scholar MAG is an abbreviation for Microsoft Academic Graph

Examples

if (FALSE) { S2_paper("fb5d1bb23724d9a5a5eae036a2e3cf291cac2c1b") }