Subvariables
in an array
variable. They work like the base R names methods.## S3 method for class 'DatasetCatalog':
names(x)## S3 method for class 'CrunchDataset':
names(x)
## S3 method for class 'PermissionCatalog':
emails(x)
## S3 method for class 'Subvariables':
names(x)
## S3 method for class 'Subvariables':
names(x) <- value
## S3 method for class 'Subvariables':
aliases(x)
## S3 method for class 'Subvariables':
aliases(x) <- value
## S3 method for class 'TeamCatalog':
names(x)
## S3 method for class 'MemberCatalog':
names(x)
## S3 method for class 'UserCatalog':
names(x)
## S3 method for class 'UserCatalog':
emails(x)
## S3 method for class 'VariableCatalog':
names(x)
## S3 method for class 'VariableCatalog':
names(x) <- value
## 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)
x
duly modified.names
method on a Dataset returns the aliases of its
variables by default. See the vignette on variables for more information.Subvariables
Categories
names
vignette("variables", package="crunch")