is.h: Is an Object a Hash

Description Usage Arguments Value Author(s) Examples

Description

This function determines whether an object is a hash. A hash in package rash is an R environment.

Usage

1
is.h(hash)

Arguments

hash

An R environment but for purposes here a hash.

Value

The function returns TRUE or FALSE depending upon the hash is an R environment.

Author(s)

W.H. Asquith, Spring 2009

Examples

1
2
3
4
5
my.new.hash <- new.h()
is.h(my.new.hash)

another.one <- rnorm(10)
is.h(another.one)

wasquith-usgs/rash documentation built on May 29, 2019, 10:31 a.m.