ec.Rename: DataFrame Tools : Renaming a column

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

Rename a column (variable) of GDS. GDS is the Global DataSet.

Usage

1
ec.Rename(str1, str2)

Arguments

str1

- a string value, the current name of the column (variable)

str2

- a string value, the new name of the column (variable)

Details

TODO

Value

Return nothing. GDS the Global DataSet is modified

Note

TODO

Author(s)

jp.decorps@epiconcept.fr

References

TODO

See Also

TODO

Examples

1
2
3
4
5
data(mtcars)
ec.Use(mtcars)
colnames(GDS)
ec.Rename("cyl", "Cylinders")
colnames(GDS)

Epiconcept-Paris/Epiconcepts documentation built on May 6, 2019, 3:49 p.m.