View source: R/extract_acronyms.R
extract_acronyms | R Documentation |
This function searches for words preceding the acronym that start with the same initial letter and will likely fail in many situations.
extract_acronyms(txt)
txt |
A tibble from pmc_text or character vector |
A tibble with acronyms
Chris Stubben
txt <- c(
"An acronym like multinucleated giant cell (MGC)",
"is later mentioned as MGC in the paper.")
extract_acronyms(txt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.