check_return_class {gWidgets2}R Documentation

check that toolkit object return the right class

Description

The S3 dispatch assumes naming conventions in the class names. This offers some check.

Usage

check_return_class(obj, ret_class)

Arguments

obj

object with expected return class

ret_class

character string of class expected

Value

throws error if a mismatch


[Package gWidgets2 version 1.0-9 Index]