getCodingTable: Get the information of codings

Description Usage Details Value Author(s)

Description

Get the information of codings.

Usage

1

Details

Codings are stored in the coding table of *.rqda file. The coding table contains necessary information, but not informative to end-users. For example, it has id of code list and file list, but not the name of them, which are stored in freecode table and source table respectively. GetCodingTable joins information from the three tables, and returns more informative data. See value section on the the returned components.

Value

A data frame:

cid

Code id

fid

File id

codename

Code name, in accordance with cid

filename

File name, in accordance with fid

CodingLength

The number of characters in the coding

index1

beginning index of a coding

index2

end index of a coding

Author(s)

HUANG Ronggui


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