1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
bibentry(bibtype = "Article",
title = "The {R2HTML} Package",
author = person(given="Eric", family="Lecoutre", email="lecoutre@stat.ucl.ac.be"),
journal = "R News",
year = "2003",
volume = "3",
number = "3",
pages = "33--36",
month = "December",
url = "https://cran.r-project.org/doc/Rnews/Rnews_2003-3.pdf",
textVersion = paste("Lecoutre, Eric (2003). ",
"The R2HTML Package. ",
"R News, Vol 3. N. 3, Vienna, Austria.",sep=""),
header="To cite R2HTML in publications use:",
footer=paste("See citation() for citing R itself.")
)
|