convert_uids {metasnf} | R Documentation |
Convert unique identifiers of data list to "uid"
Description
Column name "uid" is reserved for the unique identifier of observations. This function ensures all data frames have their UID set as "uid".
Usage
convert_uids(dll, uid)
Arguments
dll |
A data list-like |
uid |
(string) the name of the uid column currently used data |
Value
The provided nested list with "uid" as UID.
[Package metasnf version 2.1.2 Index]