is_apply2: is function vectorized over list of objects and vector of...

Description Usage Arguments Details

View source: R/conversion.R

Description

is function vectorized over list of objects and vector of classes

Usage

1
is_apply2(x, class_names)

Arguments

x

list of objects

class_names

name of the class

Details

For each object in the list, it is checked againts all the class names given. If any of the test is successfull it returns TRUE for given object.


vh-d/RETL documentation built on June 28, 2020, 10:33 a.m.