cash-.checked_list: Checked list accessor

$.checked_listR Documentation

Checked list accessor

Description

A checked list is a sub class of list access operator that throws an error if you attempt to access a value that does not exist (rather than returning NULL) the point of this is to throw errors early if the data changes.

Usage

## S3 method for class 'checked_list'
x$y

Arguments

x

the list

y

the item

Value

the value of the list item or an error if it does not exist


terminological/ggrrr documentation built on June 15, 2024, 6:35 a.m.