# NOT RUN {
filesCodeByAnd(1:2) %and% filesCodeByAnd(3) ## files coded by 1 and 2 as well as 3
filesCodeByAnd(1:2) %or% filesCodeByAnd(3) ## files coded by 1 and 2 or 3
filesCodeByAnd(1:2) %not% filesCodeByAnd(3) ## files coded by 1 and 2 but not 3
getCodingsByOne(1) %or% getCodingsByOne(2) ## codings of 1 or 2.
# }
Run the code above in your browser using DataLab