util_order_by_order: Get the order of a vector with general order given in some...

View source: R/util_sort_by_order.R

util_order_by_orderR Documentation

Get the order of a vector with general order given in some other vector

Description

Get the order of a vector with general order given in some other vector

Usage

util_order_by_order(x, order, ...)

Arguments

x

the vector

order

the "order vector

...

additional arguments passed to order

Examples

## Not run: 
util_order_by_order(c("a", "b", "a", "c", "d"), letters)

## End(Not run)

dataquieR documentation built on July 26, 2023, 6:10 p.m.