get codings of a code.

getCodingsByOne(cid, fid=NULL,codingTable=c("coding","coding2"))

Arguments

cid

code id, an integer.

fid

file id, an integer vector.

codingTable

name of coding table.

Details

It gets codings of a code with cid from files which are specified by fid.

Value

a data frame with additional class of "codingsByOne".

Author

Ronggui HUANG

See also

Examples

if (FALSE) { getCodingsByOne(1) }