powered by
Set the attributes of an element i.e. name, abbreviation, status etc.
setElementAttr(x, pos, name, abb, status)
repgrid object
repgrid
repgrid object.
Column number of element in the grid whose attributes are changed.
New element name (optional).
Abbreviation of element name (optional).
Status of element (e.g. ideal etc.) (optional).
setConstructAttr()
if (FALSE) { x <- setElementAttr(boeker, 1, "new name") # change name of first element x }
Run the code above in your browser using DataLab