Rdocumentation
powered by
Learn R Programming
ChocoLattes (version 0.1.0)
sort_papers: Sort publications by year
Description
Sorts publications by year
Usage
sort_papers(x, decreasing = TRUE)
Arguments
x
data frame containing information on a certain type of production (journal papers, conference papers, etc.). Must contain column "Year". Optional (useful) columns include "DOI" and "ISBN".
decreasing
flag, sort in decreasing or increasing order
Value
ordered data frame