Learn R Programming

RQDA (version 0.3-0)

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)
# }

Run the code above in your browser using DataLab