bibentry2rmd {ThomasJeffersonUniv}R Documentation

R Markdown Format of citation and/or bibentry

Description

R markdown format of a citation and/or bibentry object.

Usage

bibentry2rmd(x = "R")

Arguments

x

character scalar, 'R' (default) or name of an R package

Details

Function bibentry2rmd beautifies the output from function utils:::format.bibentry (with option style = 'text') in the following ways.

Value

Function bibentry2rmd returns a character scalar or vector.

Examples

bibentry2rmd('survival')
if (FALSE) { # disabled for ?devtools::check
ap = rownames(installed.packages())
lapply(ap, FUN = bibentry2rmd)
}

[Package ThomasJeffersonUniv version 0.1.3 Index]