Description Usage Arguments Value Note Author(s) Examples
Rename a column of the Global Dataset (GDS)
1  | ec.rename(colname, newname)
 | 
colname | 
 - STRING - the column/variable name  | 
newname | 
 - STRING - the new column/variable name  | 
A data.frame with the column renamed
Memory consumption?
jp.decorps@epiconcept.fr
1 2 3  | # == Dataframe is loaded with data()
ec.use("Tiramitsu", "df");
ec.rename('age','Age');
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.