capabilities
Report Capabilities of This Engine

Description

Checks and returns the capabilities of this engine.

Usage

capabilities(what = NULL)

Arguments

what a character vector specifying the names of capabilities that should be reported. Currently, there are 15 accepted names of capabilities. See the Details section for more information. All capabilities are reported if what is NULL.

Details

This function checks and reports the specified (or all) capabilities of this TIBCO Enterprise Runtime for R engine. The capabilities that the function can check are:
Value
returns a named logical vector giving the status of the specified capabilities.
See Also
.Platform
Examples
capabilities()
capabilities(c("jpeg", "iconv"))
capabilities(c("jpeg", "iconv", "foo"))  # "foo" is invalid and ignored.
Package base version 6.0.0-69
Package Index