powered by
filesCodedByAnd(cid,codingTable=c("coding","coding2"))filesCodedByOr(cid,codingTable=c("coding","coding2"))filesCodedByNot(cid,codingTable=c("coding","coding2"))
filesCodedByOr(cid,codingTable=c("coding","coding2"))
filesCodedByNot(cid,codingTable=c("coding","coding2"))
filesCodedByAnd
filesCodedByOr returns file IDs which are coded by any code from cid.
filesCodedByOr
filesCodedByNot returns file IDs which are not coded by any code from cid.
filesCodedByNot
GetFileName
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