| hf_search_papers | R Documentation |
Search papers indexed by Hugging Face.
hf_search_papers(search = NULL, limit = 30, token = NULL)
search |
Character string or NULL. Search query. |
limit |
Integer. Maximum number of papers to return. |
token |
Character string or NULL. API token for authentication. |
A tibble with paper metadata.
## Not run:
hf_search_papers("transformers", limit = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.