ropensci / bib2df

Parse a BibTeX file to a tibble
https://docs.ropensci.org/bib2df
99 stars 22 forks source link

Article TITLE truncated when parsed by bib2df #51

Open dalewsteele opened 2 years ago

dalewsteele commented 2 years ago

Hello -

When I parse the attached .bib file, the article TITLE is truncated. How can I import the entire TITLE? Thanks!

monitoring_library.txt

bib <- bib2df("Desktop/monitoring_library.txt") %>% 
  select(TITLE)
bib <- structure(list(TITLE = c("Exploring perspectives, preferences and needs of a", 
"Short-Term} Postpartum Blood Pressure {Self-Management} and", 
"Blood pressure after {PREeclampsia/HELLP} by {SELF} monitoring", 
"Pregnancy outcomes following home blood pressure monitoring in", 
"A randomised controlled trial of blood pressure self-monitoring"
)), row.names = c(NA, -5L), class = c("tbl_df", "tbl", "data.frame"
))