Learn R Programming

tiledb (version 0.9.2)

tiledb_group_create: Creates a TileDB group object at given uri path

Description

Creates a TileDB group object at given uri path

Usage

tiledb_group_create(uri, ctx = tiledb_get_context())

Arguments

uri

path which to create group

ctx

tiledb_ctx object (optional)

Value

uri of created group

Examples

Run this code
# NOT RUN {
pth <- tempdir()
tiledb_group_create(pth)
tiledb_object_type(pth)
# }

Run the code above in your browser using DataLab