Learn R Programming

recforest (version 1.0.0)

is_supported_variable: Check if a Variable is Supported

Description

This function is a generic method that checks if a given variable is supported. The actual implementation of the check is provided by specific methods for different classes of variables.

Usage

is_supported_variable(x)

Value

A logical value indicating whether the variable is supported.

Arguments

x

The variable to be checked.