Name, alias, and description for Crunch objects
# 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 Geodata
description(x)
# S4 method for Multitable
name(x) <- value
# S4 method for ShojiFolder
name(x) <- value
# S4 method for ShojiObject
name(x)
# 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
a Dataset or Variable.
For the setters, a length-1 character vector to assign
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.
Getters return the character object in the specified slot; setters
return x
duly modified.