View source: R/fivereg_recent.R
fivereg_recent | R Documentation |
The fivereg_recent
function expects the
year_phase_data
and outputs a character string.
fivereg_recent(x, n = 5)
x |
Input object of |
n |
The |
The registers are sorted by publication date and name by alphabetical order. The top five registers are output as a character string including commas and an and, for inclusion in the report.
Returns a character string of the five most recent registers.
library(regregrap) report_data <- phase_date_data(regreg) fivereg_recent(report_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.