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

See Also

Other reporting_functions: util_alias2caption(), util_copy_all_deps(), util_create_page_file(), util_eval_to_dataquieR_result(), util_evaluate_calls(), util_float_index_menu(), util_generate_anchor_link(), util_generate_anchor_tag(), util_generate_calls(), util_generate_calls_for_function(), util_load_manual(), util_make_data_slot_from_table_slot(), util_make_function(), util_set_size()

Examples

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

## End(Not run)

dataquieR documentation built on May 29, 2024, 7:18 a.m.