get_dl_uids: 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)
Value
A character vector of the UID labels contained in a data list.
Arguments
- dl
A nested list of input data from data_list().
- prefix
If TRUE, preserves the "uid_" prefix added to UIDs when
creating a data list.