Description Usage Arguments Value Examples
View source: R/search_get_pmids.R
Batch IDs to account for Eutils server limits
1 2 3 4 5 6 | search_get_pmids(
term,
file_name = NULL,
dir = here::here(),
output = c("rda", "rds", "txt")
)
|
term |
Query for search |
file_name |
Root for file names. Default to NULL and dynamically set to esearch query. |
dir |
Directory for saving files. Default to project root ( |
output |
Save full esearch record (as "rds") and/or PMIDs (as "rda" and/or "txt". Default to all ( |
Esearch object
1 2 3 4 5 6 | ## Not run:
# Run search and don't save any output
records_search <- search_get_pmids(term = "aquilegia[TITLE]",
dir = NULL, output = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.