Storage-initialize: Initialize a Storage object

initialize,Storage-methodR Documentation

Initialize a Storage object

Description

Initialize a Storage object

Usage

## S4 method for signature 'Storage'
initialize(
  .Object,
  world,
  type = "hashes",
  name = "",
  options = "hash-type='memory'"
)

Arguments

.Object

the Storage object

world

the World object

type

the Redland storage type

name

storage instance name

options

storage options

Value

the Storage object

Examples

world <- new("World")
storage <- new("Storage", world, "hashes", name="", options="hash-type='memory'")

redland documentation built on May 29, 2024, 5:02 a.m.