Description Usage Arguments Details Value See Also Examples
get_pubmed_abstracts
Returns information on abstracts of documents retrieved from PubMed
1 | get_pubmed_abstracts(query_string, retmax = 20)
|
query_string |
A string to be searched on PubMed |
retmax |
Maximum number of results returned |
get_pubmed_abstracts
Takes a query string and returns a dataframe containing the text
of the abstract and other information on documents returned from PubMed.
A DataFrame.
1 2 3 | query_string <- gene expression cancer"
abstracts_df <- get_pubmed_abstracts(query_string)
abstracts_df$abstract[1] <- "Membrane type-1 matrix metalloproteinase (MT1-MMP) possesses....
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.