obtain_pubmed | R Documentation |
Obtain PubMed text data
obtain_pubmed(
queries,
target = "title",
delim = "OR",
api_key = NULL,
ret_max = 10,
limit = 10,
sort_order = "relevance",
quote = FALSE
)
queries |
query list |
target |
title or abstract |
delim |
delimiter for query, default to OR |
api_key |
API key for PubMed |
ret_max |
max articles to get |
limit |
query number limit |
sort_order |
sort by relevance or pubdate |
quote |
whether to quote each query |
Obtain pubmed textual data and makes a biotext object.
biotext class object
generalf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.