powered by
assert_is_inherited_from(x, classes) is_inherited_from(x, classes, .xname = get_name_in_parent(x))
TRUE
x
inherits
is2
x <- structure(1:5, class = c("foo", "bar")) assert_is_inherited_from(x, c("foo", "baz")) dont_stop(assert_is_inherited_from(x, c("Foo", "baz")))
Run the code above in your browser using DataLab