powered by
Is x a SelectionParams object?
is.SelectionParams(x)
An arbitrary object
A logical, TRUE if x is a SelectionParams object, and FALSE otherwise
x
# NOT RUN { is.SelectionParams(SelectionParams()) # TRUE is.SelectionParams(data.frame()) # FALSE # }
Run the code above in your browser using DataLab