Access and replace the target slot of a fwdControl object

Replace the target slot of a fwdControl object

target(object, ...)

target(object, ...) <- value

# S4 method for class 'fwdControl'
target(object)

# S4 method for class 'fwdControl,data.frame'
target(object) <- value

Arguments

object

The fwdControl object

...

Other things.

value

The target object to replace the existing one with.