Extract and update in VariableOrders and VariableGroups
# S4 method for ShojiOrder,ANY,ANY
[(x, i, j, ..., drop = TRUE)# S4 method for ShojiOrder,character,ANY
[(x, i, j, ..., drop = TRUE)
# S4 method for ShojiOrder,ANY
[[(x, i, j, ...)
# S4 method for ShojiOrder,character
[[(x, i, j, ...)
# S4 method for ShojiOrder
$(x, name)
# S4 method for ShojiOrder,character,missing,ShojiOrder
[(x, i, j) <- value
# S4 method for ShojiOrder,ANY,missing,ShojiOrder
[(x, i, j) <- value
# S4 method for ShojiOrder,character,missing,list
[[(x, i, j) <- value
# S4 method for ShojiOrder,character,missing,character
[[(x, i, j) <- value
# S4 method for ShojiOrder,character,missing,OrderGroup
[[(x, i, j) <- value
# S4 method for ShojiOrder,ANY,missing,OrderGroup
[[(x, i, j) <- value
# S4 method for ShojiOrder,ANY,missing,ANY
[[(x, i, j) <- value
# S4 method for ShojiOrder,ANY,missing,`NULL`
[[(x, i, j) <- value
# S4 method for ShojiOrder,character,missing,`NULL`
[[(x, i, j) <- value
# S4 method for ShojiOrder,character,missing,ShojiOrder
[[(x, i, j) <- value
# S4 method for ShojiOrder
$(x, name) <- value
# S4 method for OrderGroup,ANY,ANY
[(x, i, j, ..., drop = TRUE)
# S4 method for OrderGroup,character,ANY
[(x, i, j, ..., drop = TRUE)
# S4 method for OrderGroup,character
[[(x, i, j, ...)
# S4 method for OrderGroup,ANY
[[(x, i, j, ...)
# S4 method for OrderGroup
$(x, name)
# S4 method for OrderGroup,character,missing,list
[[(x, i, j) <- value
# S4 method for OrderGroup,character,missing,character
[[(x, i, j) <- value
# S4 method for OrderGroup,character,missing,ShojiOrder
[[(x, i, j) <- value
# S4 method for OrderGroup,character,missing,OrderGroup
[[(x, i, j) <- value
# S4 method for OrderGroup,ANY,missing,OrderGroup
[[(x, i, j) <- value
# S4 method for OrderGroup,numeric,missing,`NULL`
[[(x, i, j) <- value
# S4 method for OrderGroup,character,missing,`NULL`
[[(x, i, j) <- value
# S4 method for OrderGroup
$(x, name) <- value
# S4 method for VariableOrder,character,missing,CrunchDataset
[[(x, i,
j) <- value
# S4 method for VariableGroup,character,missing,CrunchDataset
[[(x, i,
j) <- value
a VariableOrder or VariableGroup
an index. Numeric and logical indexing supported for both classes; character indexing supported for VariableOrder, matching on VariableGroup names
Invalid
additional arguments
Ignored
Same as i but for $
For update methods, an object equivalent in class to what is being updated
[[
and $
on a VariableOrder return the VariableGroup.
[[
on VariableGroup returns the entity within, either a character
(URL) or nested VariableGroup. [
and assignment methods return
objects of the same class as x