is_udf returns TRUE if the given object is a UDF object or subclass thereof

is_udf(x)

Arguments

x

An object

Examples

if (FALSE) { u1 <- read_udf("test_udf.yml") is_udf(u1) }