R/bib2yaml.R

Defines functions bib2yaml

bib2yaml <- function(bib, keys) {

    x <- ReadBib(bib)[keys]
    as.yaml(x)
}

Try the pkg2html package in your browser

Any scripts or data that you put into this service are public.

pkg2html documentation built on July 14, 2021, 3 p.m.