View source: R/Record_management.R
parse_pubmed | R Documentation |
Parse and normalize Pubmed ".nbib" files downloaded through https://pubmed.ncbi.nlm.nih.gov/.
parse_pubmed(entries, timestamp = now())
entries |
A character vector containing the citation data. |
timestamp |
A timestamp as provided by |
A data frame with the parsed data.
## Not run: dataRaw <- readr::read_file(file.path( "Records", "Session 1", "Query", "Pubmed.nbib" )) parse_pubmed(dataRaw) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.