Convert object to a Terminator or a list of Terminator.
as_terminator(x, ...)# S3 method for Terminator
as_terminator(x, clone = FALSE, ...)
as_terminators(x, ...)
# S3 method for default
as_terminators(x, ...)
# S3 method for list
as_terminators(x, ...)
(any)
Object to convert.
(any)
Additional arguments.
(logical(1)
)
If TRUE
, ensures that the returned object is not the same as the input x
.