S2_search_papers: This function retrieves Semantic Scholar data for a keyword...

View source: R/api.R

S2_search_papersR Documentation

This function retrieves Semantic Scholar data for a keyword search

Description

This function retrieves Semantic Scholar data for a keyword search

Usage

S2_search_papers(keyword, offset = 0, limit = 10, fields = NULL)

Arguments

keyword

string with keywords to search for, supports AND and OR and inclusion and exclusion of terms, for example "+Epidemic +Modeling +Canada -COVID"

offset

integer paging offset

limit

integer paging length

fields

extra fields to include, for example "title,authors"

Value

list representing paper objects

Examples

## Not run: 
 S2_search_papers(keyword = "literature graph")
 
## End(Not run)

KTH-Library/semanticscholar documentation built on Feb. 2, 2025, 2:50 a.m.