Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

createS

Create/Initialize Stack


Description

Create or initialize a stack data structure using filehash databases

Usage

createS(filename)
initS(filename)

Arguments

filename

character, file name for storing the stack data structure

Details

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

Value

The createS and initS functions both return an object of class "stack".

Author(s)

Roger D. Peng rpeng@jhsph.edu


filehash

Simple Key-Value Database

v2.4-2
GPL (>= 2)
Authors
Roger D. Peng <rdpeng@jhu.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.