newid_exchanger: Exchange old patient ID to new study ID

View source: R/newid_exchanger.R

newid_exchangerR Documentation

Exchange old patient ID to new study ID

Description

Exchange old patient ID to new study ID

Usage

newid_exchanger(data, newid_data, old_id_col, new_id_col = "studyid")

Arguments

data

original data

newid_data

dataframe with old ID and new ID

old_id_col

column pointing to old ID

new_id_col

study ID column

Value

data.frame object


nephroj/medutils documentation built on Feb. 3, 2024, 8:33 a.m.