rename.list.elements: RENAME LIST

Description Usage Arguments Details Value Examples

Description

rename.list.elements takes a list containing the old element names "alter" and "groesse" and returns a new list with the replaced names "age" and "size".

Usage

1
2
## S3 method for class 'list.elements'
rename(list, old.names, new.names)

Arguments

list

named list

old.names

old names

new.names

new names

Details

RENAME LIST ELEMENTS

Value

dataframe with replaced column names

Examples

1
(l<-rename.list.elements(list(x="x",y="y",z="z"),c("y","z","x"),c("Ypsilon","CED","U")))

TPeschel/hlpr4life documentation built on May 9, 2019, 2:25 p.m.