is_study_role: Check a study role

is_study_roleR Documentation

Check a study role

Description

Check a study role

Usage

is_study_role(object, what)

## S4 method for signature 'purpose'
is_study_role(object, what)

## S4 method for signature ''NULL''
is_study_role(object, what)

is_identifier(object)

## S4 method for signature 'purpose'
is_identifier(object)

is_index(object)

## S4 method for signature 'purpose'
is_index(object)

is_outcome(object)

## S4 method for signature 'purpose'
is_outcome(object)

is_censoring(object)

## S4 method for signature 'purpose'
is_censoring(object)

is_competing(object)

## S4 method for signature 'purpose'
is_competing(object)

is_exposure(object)

## S4 method for signature 'purpose'
is_exposure(object)

is_covariate(object)

## S4 method for signature 'purpose'
is_covariate(object)

is_weight(object)

## S4 method for signature 'purpose'
is_weight(object)

is_intermediate(object)

## S4 method for signature 'purpose'
is_intermediate(object)

is_other(object)

## S4 method for signature 'purpose'
is_other(object)

## S4 method for signature 'context'
is_study_role(object, what)

## S4 method for signature 'stype'
is_study_role(object, what)

## S4 method for signature 'ANY'
is_study_role(object, what)

## S4 method for signature 'context'
is_identifier(object)

## S4 method for signature 'stype'
is_identifier(object)

## S4 method for signature 'ANY'
is_identifier(object)

## S4 method for signature 'context'
is_index(object)

## S4 method for signature 'stype'
is_index(object)

## S4 method for signature 'ANY'
is_index(object)

## S4 method for signature 'context'
is_outcome(object)

## S4 method for signature 'stype'
is_outcome(object)

## S4 method for signature 'ANY'
is_outcome(object)

## S4 method for signature 'context'
is_censoring(object)

## S4 method for signature 'stype'
is_censoring(object)

## S4 method for signature 'ANY'
is_censoring(object)

## S4 method for signature 'context'
is_competing(object)

## S4 method for signature 'stype'
is_competing(object)

## S4 method for signature 'ANY'
is_competing(object)

## S4 method for signature 'context'
is_exposure(object)

## S4 method for signature 'stype'
is_exposure(object)

## S4 method for signature 'ANY'
is_exposure(object)

## S4 method for signature 'context'
is_covariate(object)

## S4 method for signature 'stype'
is_covariate(object)

## S4 method for signature 'ANY'
is_covariate(object)

## S4 method for signature 'context'
is_weight(object)

## S4 method for signature 'stype'
is_weight(object)

## S4 method for signature 'ANY'
is_weight(object)

## S4 method for signature 'context'
is_intermediate(object)

## S4 method for signature 'stype'
is_intermediate(object)

## S4 method for signature 'ANY'
is_intermediate(object)

## S4 method for signature 'context'
is_other(object)

## S4 method for signature 'stype'
is_other(object)

## S4 method for signature 'ANY'
is_other(object)

Arguments

object

an object

what

what to role to look for


novisci/stype documentation built on July 28, 2022, 7:44 a.m.