Learn R Programming

crunch (version 1.3.2)

describe: Name, alias, and description for Crunch objects

Description

Name, alias, and description for Crunch objects

Usage

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

## S3 method for class 'CrunchDataset': name(x) <- value

## S3 method for class 'CrunchDataset': description(x)

## S3 method for class 'CrunchDataset': description(x) <- value

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

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

## S3 method for class 'CrunchVariable': name(x) <- value

## S3 method for class 'CrunchVariable': description(x)

## S3 method for class 'CrunchVariable': description(x) <- value

## S3 method for class 'CrunchVariable': alias(object)

## S3 method for class 'CrunchVariable': alias(x) <- value

Arguments

x
a Dataset or Variable.
value
For the setters, a length-1 character vector to assign
object
Same as x but for the alias method, in order to match the generic from another package. Note that alias is only defined for Variables.

Value

  • Getters return the character object in the specified slot; setters return x duly modified.

See Also

Categories describe-catalog