You can add and modify the attributes of cases or files. getAttr
returns this attributes as a data frame.
Sometimes, you only want to show a subset of files or cases according to
their attributes. You can do the subset operation of the result from
getAttr
and pass it to showSubset
, or you can pass a
subset argument to GetAttr
. The meaning of subset is the same as
that in subset
function.