S2_search_papers | R Documentation |
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
## Not run:
S2_search_papers(keyword = "literature graph")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.