getCodingsByOne: Return codings of one code.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/Boolean.R

Description

get codings of a code.

Usage

1
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(s)

Ronggui HUANG

See Also

%and%, %or%, %not%

Examples

1
2
3
4
## Not run: 
getCodingsByOne(1)

## End(Not run)

Ronggui/RQDA documentation built on Nov. 22, 2021, 12:21 a.m.