Skip to contents

While predicate() could be called directly, the intended use is to serve as a template to generate prefix-specific functions for each predicate known by the endpoint.

Usage

predicate(x, ...)

Arguments

x

object to dispatch on

...

additional arguments

Value

an R object.

Examples

predicate
#> <S7_generic> predicate(x, ...) with 2 methods:
#> 1: method(predicate, class_call)
#> 2: method(predicate, new_S3_class("formula"))