extract {UComp}R Documentation

extract

Description

Reorder data frame returning column col reordered according to the values in column accordingTo

Usage

extract(x, col, accordingTo = 1)

Arguments

x

a data frame

col

column to be ordered

accordingTo

column to take as the pattern

Value

data frame reordered

Author(s)

Diego J. Pedregal


[Package UComp version 5.0.4 Index]