reorder_dl_uids {metasnf}R Documentation

Reorder the uids in a data list

Description

Reorder the uids in a data list

Usage

reorder_dl_uids(dl, ordered_uids)

Arguments

dl

A nested list of input data from data_list().

ordered_uids

A vector of the uid values in the data list in the desired order of the sorted data list.

Value

A data list ("list"-class object) with reordered observations.


[Package metasnf version 2.1.2 Index]