Subvariables
in an array
variable. They work like the base R names methods.## S3 method for class 'BatchCatalog':
names(x)## S3 method for class 'CrunchDataset':
names(x)
## S3 method for class 'ShojiCatalog':
emails(x)
## S3 method for class 'PermissionCatalog':
emails(x)
## S3 method for class 'ShojiCatalog':
names(x)
## S3 method for class 'ShojiCatalog':
names(x) <- value
## S3 method for class 'Subvariables':
aliases(x)
## S3 method for class 'Subvariables':
aliases(x) <- value
## S3 method for class 'CategoricalArrayVariable':
names(x)
## S3 method for class 'UserCatalog':
emails(x)
## S3 method for class 'VariableCatalog':
aliases(x)
## S3 method for class 'VariableCatalog':
aliases(x) <- value
## S3 method for class 'VariableCatalog':
descriptions(x)
## S3 method for class 'VariableCatalog':
descriptions(x) <- value
## S3 method for class 'VariableCatalog':
types(x)
## S3 method for class 'VersionCatalog':
names(x)
## S3 method for class 'VersionCatalog':
descriptions(x)
## S3 method for class 'VersionCatalog':
timestamps(x)
x
duly modified.names
method on a Dataset returns the aliases of its
variables by default. This is controlled by
getOption("crunch.namekey.dataset")
, which is "alias" by default.
Set options(crunch.namekey.dataset="name")
if you wish to use
variable names. See the vignette on variables for more information.Subvariables
Categories
names
vignette("variables", package="crunch")