Learn R Programming

crunch (version 1.9.4)

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 'FilterCatalog,character': [[(x, i, j, ...)

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

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

## S3 method for class 'FilterCatalog,numeric,missing,CrunchLogicalExpr': [[(x, i, j) <- value

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

## S3 method for class 'FilterCatalog,numeric,missing,CrunchFilter': [[(x, i, j) <- value

## 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 'ProjectCatalog,character': [[(x, i, j, ...)

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

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

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

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

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

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

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

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

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

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

## 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 '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,ANY': [(x, i, j, ..., drop = TRUE)

## S3 method for class 'VariableCatalog,VariableGroup,ANY': [(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
value
For updating, an object of the appropriate class and size to insert
drop
Invalid
name
for $, the same as i for [[

Value

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