ref<-function(refkey){
library(bibtex)
library(RefManageR)
Bib <- ReadBib("Ref.bib", check = FALSE)
fname = Bib[refkey]$note
system(paste0("open ", fname))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.