Description Usage Arguments Value Examples
View source: R/MSstats_functions.R
Making easier to change a column name in any data.frame
1 | artmsChangeColumnName(dataset, oldname, newname)
|
dataset |
(data.frame) with the column name you want to change |
oldname |
(char) the old column name |
newname |
(char) the new name for that column |
(data.frame) with the new specified column name
1 2 3 4 | artms_data_ph_evidence <- artmsChangeColumnName(
dataset = artms_data_ph_evidence,
oldname = "Phospho..STY.",
newname = "PH_STY")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.