Learn R Programming

tiledb (version 0.30.2)

tiledb_filestore_buffer_export: Export from a TileDB Filestore to a character variable

Description

Export from a TileDB Filestore to a character variable

Usage

tiledb_filestore_buffer_export(
  filestore_uri,
  offset,
  bytes,
  ctx = tiledb_get_context()
)

Value

A character variable containing the filestore content (subject to offset and bytes) is returned

Arguments

filestore_uri

Character with an TileDB Array Schema URI

offset

(optional) Numeric variable with offset from beginnig, default is zero

bytes

(optional) Numeric variable with number of bytes to read, default is zero

ctx

(optional) A TileDB Ctx object; if not supplied the default context object is retrieved