modifyElement: modifyElement

View source: R/repgrid-basicops.r

modifyElementR Documentation

modifyElement

Description

change the attributes of an element i.e. name, abbreviation, status etc.

Usage

modifyElement(
  x,
  pos,
  name = NA,
  abbreviation = NA,
  status = NA,
  replace = FALSE
)

Arguments

x

repgrid object

pos

column number of element in the grid whose attributes are changed

name

(optional) new name

abbreviation

(optional) abbreviation of element name

status

(optional) status of element (e.g. ideal etc.)

replace

logical. whether to overwrite current settings if NA provided

Value

repgrid object

Examples

## Not run: 

####  TODO  ####

## End(Not run)

markheckmann/OpenRepGrid documentation built on April 14, 2024, 8:15 a.m.