Learn R Programming

crunch (version 1.14.4)

describe: Name, alias, and description for Crunch objects

Description

Name, alias, and description for Crunch objects

Usage

"name"(x)
"name"(x) <- value
"description"(x)
"description"(x) <- value
"startDate"(x)
"startDate"(x) <- value
"endDate"(x)
"endDate"(x) <- value
"id"(x)
"notes"(x)
"notes"(x) <- value
"name"(x)
"name"(x)
"name"(x) <- value
"description"(x)
"description"(x) <- value
"alias"(object)
"alias"(x) <- value
"notes"(x)
"notes"(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