Learn R Programming

crunch (version 1.20.0)

describe: Name, alias, and description for Crunch objects

Description

Name, alias, and description for Crunch objects

Usage

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

# S4 method for CrunchVariable name(x)

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

# 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

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.

Value

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

See Also

Categories describe-catalog