Learn R Programming

hash (version 3.0.1)

copy: copy

Description

Create a copy of a hash.

Usage

copy(x, ...)

## S3 method for class 'hash': copy(x, ...)

Arguments

Value

hash, copy of hash x

docType

methods

See Also

environment

Examples

Run this code
h <- hash( a=1, b=2 )
  h.new <- copy( h )

Run the code above in your browser using DataLab