View source: R/newid_exchanger.R
| newid_exchanger | R Documentation |
Exchange old patient ID to new study ID
newid_exchanger(data, newid_data, old_id_col, new_id_col = "studyid")
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 |
data.frame object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.