Learn R Programming

crunch (version 1.3.2)

tuple-methods: Methods for IndexTuples

Description

IndexTuples are objects extracted from ShojiCatalogs. They are internally used.

Usage

## S3 method for class 'IndexTuple':
refresh(x)

## S3 method for class 'IndexTuple': $(x, name)

## S3 method for class 'IndexTuple': $(x, name) <- value

## S3 method for class 'IndexTuple,ANY': [[(x, i)

## S3 method for class 'IndexTuple,ANY,ANY,ANY': [[(x, i) <- value

## S3 method for class 'VariableTuple': entity(x)

## S3 method for class 'DatasetTuple': entity(x)

## S3 method for class 'IndexTuple': delete(x, ...)

## S3 method for class 'DatasetTuple': delete(x, confirm = interactive(), ...)

## S3 method for class 'IndexTuple': name(x)

## S3 method for class 'IndexTuple': type(x)

Arguments

x
a Tuple
name
a Tuple slot to get or set
value
What to set in a given slot
i
In [[, a Tuple slot to get
...
additional arguments to [[, ignored
confirm
For delete, whether confirmation is required. See delete.