SummaryCoding {RQDA}R Documentation

Summary of coding

Description

Give a summary of coding of current project.

Usage

SummaryCoding(byFile = FALSE, ...)
## S3 method for class 'SummaryCoding':
print

Arguments

byFile When it is FALSE, return the summary of current project. When it is TRUE, return the summary of coding for each coded file.
... Other possible arguments.

Value

A list:

NumOfCoding Number of coding for each code.
AvgLength Average number of characters in codings for each code.
NumOfFile Number of files coded for each code
CodingOfFile Number of codings for each file.NULL is byFile is FALSE.

Author(s)

HUANG Ronggui

See Also

GetFileId and GetCodingTable

Examples

## Not run: 
SummaryCoding()
SummaryCoding(FALSE)
## End(Not run)

[Package RQDA version 0.1-6 Index]