dfsort: Sort data frame

Description Usage Arguments Value Author(s) References Examples

View source: R/utilities.R

Description

Sort data frame

Usage

1
  dfsort(df, sortvar, ...)

Arguments

df

data.frame to be sorted by the specified columns

sortvar

variable/s according which the data.frame shall be sorted

...

Other arguments to pass

Value

data.frame (sorted version)

Author(s)

Leo Lahti sorvi-commits@lists.r-forge.r-project.org

References

See citation("sorvi")

Examples

1
# dfsort(df, x, -z)

sorvi documentation built on May 2, 2019, 6:16 p.m.