Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tuple-methods

Methods for ShojiTuples


Description

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

Usage

entity(x)

## S4 method for signature 'ShojiEntity'
x$name

## S4 replacement method for signature 'ShojiEntity'
x$name <- value

## S4 method for signature 'ShojiEntity,ANY'
x[[i]]

## S4 replacement method for signature 'ShojiEntity,ANY,ANY,ANY'
x[[i]] <- value

## S4 method for signature 'ShojiTuple'
refresh(x)

## S4 method for signature 'ShojiTuple'
x$name

## S4 replacement method for signature 'ShojiTuple'
x$name <- value

## S4 method for signature 'ShojiTuple,ANY'
x[[i]]

## S4 replacement method for signature 'ShojiTuple,ANY,ANY,ANY'
x[[i]] <- value

## S4 method for signature 'ShojiTuple'
self(x)

## S4 method for signature 'VariableTuple'
entity(x)

## S4 method for signature 'CrunchVariable'
entity(x)

## S4 method for signature 'DatasetTuple'
entity(x)

## S4 method for signature 'DatasetTuple'
id(x)

## S4 method for signature 'ShojiTuple'
name(x)

## S4 replacement method for signature 'ShojiTuple'
name(x) <- value

## S4 method for signature 'ShojiTuple'
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

object

Same as x but for the alias method, in order to match the generic from another package.

...

additional arguments to [[, ignored


crunch

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.