Skip to contents

Usage

# S3 method for class 'tiledb_array'
close(con, ...)

# S3 method for class 'TileDBArray'
close(con, ...)

# S3 method for class 'tiledb_group'
close(con, ...)

# S3 method for class 'TileDBGroup'
close(con, ...)

Arguments

con

An R object that contains a TileDB resource pointer.

...

Other arguments passed to methods. Not used.

Value

Invisibly, a logical TRUE on success.