Learn R Programming

crunch (version 1.3.2)

catalog-extract: Extract and modify subsets of Catalog-type objects

Description

Extract and modify subsets of Catalog-type objects

Usage

## S3 method for class 'DatasetCatalog,character':
[[(x, i, j, ...)

## S3 method for class 'DatasetCatalog,ANY': [[(x, i, j, ...)

## S3 method for class 'ShojiCatalog,character': [(x, i, j, ..., drop = TRUE)

## S3 method for class 'ShojiCatalog,numeric': [(x, i, j, ..., drop = TRUE)

## S3 method for class 'ShojiCatalog,logical': [(x, i, j, ..., drop = TRUE)

## S3 method for class 'ShojiCatalog,ANY': [(x, i, j, ..., drop = TRUE)

## S3 method for class 'ShojiCatalog,ANY': [[(x, i, j, ...)

## S3 method for class 'TeamCatalog,character': [[(x, i, j, ...)

## S3 method for class 'TeamCatalog,numeric': [[(x, i, j, ...)

## S3 method for class 'TeamCatalog,character,missing,list': [[(x, i, j) <- value

## S3 method for class 'TeamCatalog,character,missing,CrunchTeam': [[(x, i, j) <- value

## S3 method for class 'TeamCatalog': $(x, name)

## S3 method for class 'MemberCatalog,ANY,missing,ANY': [[(x, i, j) <- value

## S3 method for class 'MemberCatalog,character,missing,`NULL`': [[(x, i, j) <- value

## S3 method for class 'VariableCatalog,character': [[(x, i, j, ...)

## S3 method for class 'VariableCatalog,ANY': [[(x, i, j, ...)

## S3 method for class 'VariableCatalog,character,missing,VariableTuple': [[(x, i, j) <- value

## S3 method for class 'VariableCatalog,character,missing,CrunchVariable': [[(x, i, j) <- value

## S3 method for class 'VariableCatalog,VariableOrder': [(x, i, j, ..., drop = TRUE)

## S3 method for class 'VariableCatalog,VariableGroup': [(x, i, j, ..., drop = TRUE)

## S3 method for class 'VariableCatalog,character,missing,VariableCatalog': [(x, i, j) <- value

## S3 method for class 'VariableCatalog,VariableOrder,missing,VariableCatalog': [(x, i, j) <- value

## S3 method for class 'VariableCatalog,VariableGroup,missing,VariableCatalog': [(x, i, j) <- value

Arguments

x
a Catalog object
i
which catalog elements to extract
j
Invalid
...
additional arguments
drop
Invalid
value
For updating, an object of the appropriate class and size to insert
name
for $, the same as i for [[

Value

  • A subset of x if extracting, otherwise x duly modified