get_dl_uids {metasnf} | R Documentation |
Extract UIDs from a data list
Description
Deprecated function for extracting UIDs from a data list.
Please use
uids()
instead.
Usage
get_dl_uids(dl, prefix = FALSE)
Arguments
dl |
A nested list of input data from |
prefix |
If TRUE, preserves the "uid_" prefix added to UIDs when creating a data list. |
Value
A character vector of the UID labels contained in a data list.
[Package metasnf version 2.1.2 Index]