Learn R Programming

RQDA (version 0.3-0)

summaryCodings: Summary of codings

Description

Give a summary of codings of current project.

Usage

summaryCodings(byFile = FALSE, ...)
# S3 method for summaryCodings
print(x, ...)

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.

x

An object returned by summaryCoding.

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. Returns NULL if byFile is FALSE.

See Also

getFileIds and getCodingTable

Examples

Run this code
# NOT RUN {
summaryCodings()
summaryCodings(FALSE)
 
# }

Run the code above in your browser using DataLab