Last data update: 2014.03.03

R: Create/Initialize Queue
createQR Documentation

Create/Initialize Queue

Description

Create or initialize a queue data structure using filehash databases

Usage

createQ(filename)
initQ(filename)

Arguments

filename

character, file name for storing the queue data structure

Details

A new queue can be created using createQ, which creates a file for storing the queue information and returns an object of class "queue".

Value

The createQ and initQ functions both return an object of class "queue".

Author(s)

Roger D. Peng rpeng@jhsph.edu

Results