read_medline | R Documentation |
Function to extract PMID and AB values from MEDLINE text data
read_medline(text, key1 = "PMID-", key2 = "AB -")
text |
a character vector containing the text data from MEDLINE |
key1 |
a string representing the first identifier key (PMID) |
key2 |
a string representing the second identifier key (AB) |
a data frame with columns "PMID" and "AB" that contains the extracted values
example1 <- readLines("pubmed-Oligodendr_ODP-set.txt")
prueba <- read_medline(example1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.