R/api.R
S2_search_papers.Rd
This function retrieves Semantic Scholar data for a keyword search
S2_search_papers(keyword, offset = 0, limit = 10, fields = NULL)
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" |
list representing paper objects
if (FALSE) { S2_search_papers(keyword = "literature graph") }