extract: extract

View source: R/tools.R

extractR 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


UComp documentation built on May 31, 2023, 7:41 p.m.

Related to extract in UComp...