getCodingTable | R Documentation |
Get the information of codings.
getCodingTable()
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.
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 |
HUANG Ronggui
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.