move | R Documentation |
Move element 'x' from object to a certain place.
move(object, x, to, ...)
## S4 method for signature 'code_records,model_statement,pmx_position'
move(object, x, to, ...)
## S4 method for signature 'code_records,list,pmx_position'
move(object, x, to, ...)
## S4 method for signature 'code_records,model_statements,pmx_position'
move(object, x, to, ...)
## S4 method for signature 'code_records,code_record,pmx_position'
move(object, x, to, ...)
## S4 method for signature 'campsis_model,ANY,pmx_position'
move(object, x, to, ...)
object |
generic object (e.g. model, code records, etc.) |
x |
element to move |
to |
destination (e.g. a position) |
... |
extra arguments, unused |
updated object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.