R/getref.R

Defines functions ref

ref<-function(refkey){
  library(bibtex)
  library(RefManageR)
  Bib <- ReadBib("Ref.bib", check = FALSE)
  fname = Bib[refkey]$note
  system(paste0("open ", fname))
}
ganluan123/FlagAE documentation built on Nov. 4, 2019, 1:02 p.m.