CloseTIMS: Close the TIMS data handle and release all resources.

View source: R/opentimsr.R

CloseTIMSR Documentation

Close the TIMS data handle and release all resources.

Description

Calling this method is not mandatory - the resources will anyway be cleanly released when the garbage collector decides to destroy the OpenTIMS data handle. The only purpose of this method is to enable them to be explicitly released earlier than that.

Usage

CloseTIMS(opentims)

Arguments

opentims

Instance of OpenTIMS.

Value

void

Examples

## Not run: 
D = OpenTIMS('path/to/your/folder.d')
CloseTIMS(D)

## End(Not run)

opentimsr documentation built on March 30, 2022, 1:06 a.m.