immutable: Transforms any collection into an immutable collection.

Description Usage Arguments Value

View source: R/dict.r

Description

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

Usage

1
immutable(coll)

Arguments

coll

collection to be made immutable

Value

a copy of the collection, marked as immutable


stefano-meschiari/dict documentation built on May 30, 2019, 10:44 a.m.