powered by
List all publications in R News (note: it is now replaced by the R Journal).
data(bibRNews)
A data frame with 205 entries on the following 10 variables
author
the author(s) of the paper.
title
the title of the paper.
journal
this is always R News in this case.
year
the year of publication.
volume
the journal volume.
number
the journal number in this volume.
pages
pages for this paper.
month
the month of publication of this volume.
url
a link to the downloadable PDF version.
issue
volume/number - year, month.
Writing R extensions
searchBiblio
# NOT RUN { (data(bibRNews)) # }
Run the code above in your browser using DataLab