filesCodedBy: Get files coded by specific codes, by specifying the code...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Files coded by a specific set of codes.

Usage

1
2
3
4
5
filesCodedByAnd(cid,codingTable=c("coding","coding2"))

filesCodedByOr(cid,codingTable=c("coding","coding2"))

filesCodedByNot(cid,codingTable=c("coding","coding2"))

Arguments

cid

an integer vector of code IDs.

codingTable

name of coding table.

Details

filesCodedByAnd returns file IDs which are coded by all codes from cid.

filesCodedByOr returns file IDs which are coded by any code from cid.

filesCodedByNot returns file IDs which are not coded by any code from cid.

Value

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

Author(s)

Ronggui HUANG

See Also

getFileNames

Examples

1
2
3
4
5
6
7
8
## Not run: 
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

## End(Not run)

Ronggui/RQDA documentation built on Nov. 22, 2021, 12:21 a.m.