Skip to contents

Factory function to create a SOMADataFrame for writing, (lifecycle: experimental)

Usage

SOMADataFrameCreate(
  uri,
  schema,
  index_column_names = c("soma_joinid"),
  platform_config = NULL,
  tiledbsoma_ctx = NULL,
  tiledb_timestamp = NULL
)

Arguments

uri

URI for the TileDB object

schema

schema Arrow schema argument passed on to DataFrame$create()

index_column_names

Index column names passed on to DataFrame$create()

platform_config

Optional platform configuration

tiledbsoma_ctx

Optional SOMATileDBContext

tiledb_timestamp

Optional Datetime (POSIXct) for TileDB timestamp