Learn R Programming

RQDA (version 0.2-2)

casesCodedBy: Get cases coded by specific codes, by specifying the code IDs.

Description

Get cases coded by specific codes, by specifying the code IDs.

Usage

casesCodedByAnd(cid)

casesCodedByOr(cid)

casesCodedByNot(cid)

Arguments

cid
an integer vector of code IDs.

Value

  • a vector of file IDs, with class of "RQDA.vector" and "caseId".

Details

casesCodedByAnd returns case IDs which are coded by all codes from cid.

casesCodedByOr returns case IDs which are coded by any code from cid.

casesCodedByNot returns case IDs which are not coded by any code from cid.

See Also

GetCaseName

Examples

Run this code
filesCodedByAnd(1:2) ## coded by code 1 and 2

filesCodedByOr(1:2) ## coded by code 1 or 2

filesCodedByNot(1:2) ## coded by codes other than 1 and 2

Run the code above in your browser using DataLab