Name, alias, and description for Crunch objects

name(x)

name(x) <- value

id(x)

value(x)

value(x) <- value

description(x)

description(x) <- value

startDate(x)

startDate(x) <- value

endDate(x)

endDate(x) <- value

alias(object, ...)

alias(x) <- value

digits(x)

digits(x) <- value

uniformBasis(x)

uniformBasis(x) <- value

notes(x)

notes(x) <- value

# S4 method for class 'AbstractCategory'
name(x)

# S4 method for class 'AbstractCategory'
name(x) <- value

# S4 method for class 'NULL'
name(x) <- value

# S4 method for class 'AbstractCategory'
id(x)

# S4 method for class 'Category'
value(x)

# S4 method for class 'Category'
value(x) <- value

# S4 method for class 'Category'
dates(x)

# S4 method for class 'Category'
dates(x) <- value

# S4 method for class 'CrunchDataset'
name(x)

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

# S4 method for class 'CrunchDataset'
description(x)

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

# S4 method for class 'CrunchDataset'
startDate(x)

# S4 method for class 'CrunchDataset'
startDate(x) <- value

# S4 method for class 'CrunchDataset'
endDate(x)

# S4 method for class 'CrunchDataset'
endDate(x) <- value

# S4 method for class 'CrunchDataset'
id(x)

# S4 method for class 'CrunchDataset'
notes(x)

# S4 method for class 'CrunchDataset'
notes(x) <- value

# S4 method for class 'CrunchDeck'
name(x) <- value

# S4 method for class 'CrunchDeck'
description(x)

# S4 method for class 'CrunchDeck'
description(x) <- value

# S4 method for class 'Geodata'
description(x)

# S4 method for class 'Multitable'
name(x) <- value

# S4 method for class 'ProjectFolder'
name(x) <- value

# S4 method for class 'ProjectFolder'
name(x)

# S4 method for class 'ShojiObject'
name(x)

# S4 method for class 'VariableFolder'
name(x) <- value

# S4 method for class 'VariableTuple'
alias(object)

# S4 method for class 'VariableTuple'
description(x)

# S4 method for class 'VariableTuple'
notes(x)

# S4 method for class 'CrunchVariable'
name(x)

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

# S4 method for class 'CrunchVariable'
id(x)

# S4 method for class 'CrunchVariable'
description(x)

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

# S4 method for class 'CrunchVariable'
alias(object)

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

# S4 method for class 'CrunchVariable'
notes(x)

# S4 method for class 'CrunchVariable'
notes(x) <- value

# S4 method for class 'CrunchVariable'
digits(x)

# S4 method for class 'NumericVariable'
digits(x) <- value

# S4 method for class 'CrunchVariable'
digits(x) <- value

# S4 method for class 'MultipleResponseVariable'
uniformBasis(x)

# S4 method for class 'MultipleResponseVariable'
uniformBasis(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.

...

additional arguments in the alias generic, ignored.

Value

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