Learn R Programming

Dict (version 0.6)

immutable: Transforms any collection into an immutable collection.

Description

Returns a copy of the collection that cannot be modified using the bracket, double bracket or dollar operators.

Usage

immutable(coll)

Arguments

coll
collection to be made immutable

Value

a copy of the collection, marked as immutable