convert_uids: Convert unique identifiers of data list to "uid"

View source: R/data_list.R

convert_uidsR 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 list class object.

uid

(string) the name of the uid column currently used data

Value

dll The provided nested list with "uid" as UID.


metasnf documentation built on April 3, 2025, 5:40 p.m.