GetCodingTable {RQDA}R Documentation

Get the information of codings

Description

Get the information of codings.

Usage

GetCodingTable()

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


[Package RQDA version 0.1-6 Index]