Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

filehash (version 2.4-3)

createQ: Create/Initialize Queue

Description

Create or initialize a queue data structure using filehash databases

Usage

createQ(filename)
initQ(filename)

Value

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

Arguments

filename

character, file name for storing the queue data structure

Author

Roger D. Peng rpeng@jhsph.edu

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".