Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
trangdata committed Oct 16, 2024
1 parent 411eac7 commit b9d215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/literature-search.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ braf_oa |>
select(1:2)
```

This call performs a search using the OpenAlex API, retrieving the top 10 results for the query "BRAF AND melanoma".
This call performs a search using the OpenAlex API, retrieving the 10 most relevant results for the query "BRAF AND melanoma".

By default, an `oa_fetch()` call will return all records associated with a search, for example, querying "BRAF AND melanoma" in OpenAlex may return over 54,000 records.
Fetching all of these records would be unnecessarily slow, especially when we are often only interested in the top, say, 10 results (based on citation count or relevance — more on sorting below).
Expand Down

0 comments on commit b9d215e

Please sign in to comment.