
Move element 'x' from object to a certain place.
Source:R/generic.R
, R/code_records.R
, R/campsis_model.R
move.Rd
Move element 'x' from object to a certain place.
Usage
move(object, x, to, ...)
# S4 method for class 'code_records,model_statement,pmx_position'
move(object, x, to, ...)
# S4 method for class 'code_records,list,pmx_position'
move(object, x, to, ...)
# S4 method for class 'code_records,model_statements,pmx_position'
move(object, x, to, ...)
# S4 method for class 'code_records,code_record,pmx_position'
move(object, x, to, ...)
# S4 method for class 'campsis_model,ANY,pmx_position'
move(object, x, to, ...)