Learn R Programming

crunch (version 1.25.0)

ShojiOrder-extract: Extract and update in VariableOrders and VariableGroups

Description

Extract and update in VariableOrders and VariableGroups

Usage

# 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

Arguments

x

a VariableOrder or VariableGroup

i

an index. Numeric and logical indexing supported for both classes; character indexing supported for VariableOrder, matching on VariableGroup names

j

Invalid

...

additional arguments

drop

Ignored

name

Same as i but for $

value

For update methods, an object equivalent in class to what is being updated

Value

[[ 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