Learn R Programming

redland (version 1.0.17-18)

initialize,Storage-method: Initialize a Storage object

Description

Initialize a Storage object

Usage

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

Value

the Storage object

Arguments

.Object

the Storage object

world

the World object

type

the Redland storage type

name

storage instance name

options

storage options

Examples

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

Run the code above in your browser using DataLab