Subvariables
in an array
variable. They work like the base R names methods.
"names"(x)
"names"(x)
"names"(x)
"names"(x) <- value
"emails"(x)
"aliases"(x)
"aliases"(x) <- value
"names"(x)
"aliases"(x)
"aliases"(x) <- value
"notes"(x)
"notes"(x) <- value
"descriptions"(x)
"descriptions"(x) <- value
"types"(x)
"ids"(x)
"names"(x)
"descriptions"(x)
"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")