powered by
Set the attributes of an element i.e. name, abbreviation, status etc.
setElementAttr(x, pos, name, abb, status)
repgrid object.
repgrid
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).
repgrid object
setConstructAttr
# NOT RUN { x <- setElementAttr(boeker, 1, "new name") # change name of first element x # } # NOT RUN { # }
Run the code above in your browser using DataLab