Learn R Programming

divest (version 1.1.1)

divest.capabilities: Report package capabilities

Description

This function summarises the capabilities of the package as compiled for the current machine, analogously to the base function capabilities(). It identifies the support available for various input and output formats.

Usage

divest.capabilities(what = NULL)

Value

A named logical vector, indicating whether plain JPEG, JPEG-LS and JPEG2000 DICOM transfer syntaxes are supported by the current build of the package, and also whether zlib is available to produce compressed NIfTI output files from convertDicom().

Arguments

what

A character vector of components to extract, or NULL, the default, which indicates the full set of capabilities.

Author

Jon Clayden code@clayden.org

See Also

readDicom()

Examples

Run this code
divest.capabilities()

Run the code above in your browser using DataLab