Learn R Programming

campsismod (version 1.2.1)

move: Move element 'x' from object to a certain place.

Description

Move element 'x' from object to a certain place.

Usage

move(object, x, to, ...)

# S4 method for code_records,model_statement,pmx_position move(object, x, to, ...)

# S4 method for code_records,list,pmx_position move(object, x, to, ...)

# S4 method for code_records,model_statements,pmx_position move(object, x, to, ...)

# S4 method for code_records,code_record,pmx_position move(object, x, to, ...)

# S4 method for campsis_model,ANY,pmx_position move(object, x, to, ...)

Value

updated object

Arguments

object

generic object (e.g. model, code records, etc.)

x

element to move

to

destination (e.g. a position)

...

extra arguments, unused