getCodingsByOne.Rd
get codings of a code.
getCodingsByOne(cid, fid=NULL,codingTable=c("coding","coding2"))
cid | code id, an integer. |
---|---|
fid | file id, an integer vector. |
codingTable | name of coding table. |
It gets codings of a code with cid from files which are specified by fid.
a data frame with additional class of "codingsByOne".
Ronggui HUANG
if (FALSE) { getCodingsByOne(1) }