powered by
Initialize a Storage object
# S4 method for Storage initialize(.Object, world, type = "hashes", name = "", options = "hash-type='memory'")
the Storage object
the World object
the Redland storage type
storage instance name
storage options
# NOT RUN { world <- new("World") storage <- new("Storage", world, "hashes", name="", options="hash-type='memory'") # }
Run the code above in your browser using DataLab