tag.h: Tag a Hash

Description Usage Arguments Value Author(s) Examples

Description

This function is used to tag the enternals of a rash with the hexadecimal manifestation of the hash.

Usage

1
tag.h(hash)

Arguments

hash

An R environment but for purposes here a hash.

Value

This function is used for its side effects. The attributes of the hash are set with a key of hexid set equation to the hexadecimal manifestation of the hash.

Author(s)

W.H. Asquith, Spring 2009

Examples

1
2
3
4
my.new.hash <- new.h()
set.h("author1", "william",  my.new.hash)
tag.h(my.new.hash)
attributes(my.new.hash)

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