Learn R Programming

RQDA (version 0.2-7)

getCodingsByOne: Return codings of one code.

Description

get codings of a code.

Usage

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.

Value

a data frame with additional class of "codingsByOne".

Details

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

See Also

%and%, %or%, %not%

Examples

Run this code
## Not run: 
# getCodingsByOne(1)
# ## End(Not run)

Run the code above in your browser using DataLab