crunch (version 1.27.7)

describe-entity: Name, alias, and description for Crunch objects

Description

Name, alias, and description for Crunch objects

Usage

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 AbstractCategory name(x)

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

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

# S4 method for AbstractCategory id(x)

# S4 method for Category value(x)

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

# S4 method for Category dates(x)

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

# S4 method for CrunchDataset name(x)

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

# S4 method for CrunchDataset description(x)

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

# S4 method for CrunchDataset startDate(x)

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

# S4 method for CrunchDataset endDate(x)

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

# S4 method for CrunchDataset id(x)

# S4 method for CrunchDataset notes(x)

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

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

# S4 method for CrunchDeck description(x)

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

# S4 method for Geodata description(x)

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

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

# S4 method for ProjectFolder name(x)

# S4 method for ShojiObject name(x)

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

# S4 method for VariableTuple alias(object)

# S4 method for VariableTuple description(x)

# S4 method for VariableTuple notes(x)

# S4 method for CrunchVariable name(x)

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

# S4 method for CrunchVariable id(x)

# S4 method for CrunchVariable description(x)

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

# S4 method for CrunchVariable alias(object)

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

# S4 method for CrunchVariable notes(x)

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

# S4 method for CrunchVariable digits(x)

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

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

# S4 method for MultipleResponseVariable uniformBasis(x)

# S4 method for 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. Note that alias and digits are only defined for Variables.

...

additional arguments in the alias generic, ignored.

Value

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

See Also

Categories describe-catalog