df.sortcol: Sort a data frame by a column

Description Usage Arguments Examples

View source: R/df.sortcol.R

Description

Sort a data frame by a column of choice. The column of choice is specified by the number of the column.

Usage

1
df.sortcol(x,n,desc)

Arguments

x

:a data frame

n

:number column to sort

desc

:the order of sorting, default set to TRUE; for ascending order set to FALSE

Examples

1

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to df.sortcol in YRmisc...