bio_rename | R Documentation |
Renames a dataframe with UKB fields as column names with descriptive names.
bio_rename(data, field_finder)
data |
A dataframe with UKB fields as column names. See
|
field_finder |
A dataframe including a column of UKB fields and
a column of descriptive names. See |
Note: Before using bio_rename
, if duplicate fields
exist, they will have a basket ID suffix. Drop the duplicates you do
not want, and rename the remaining fields by dropping the
_<basket_id>
suffix.
A dataframe with UKB field column names replaced with descriptive column names.
bio_phen
, bio_field
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.