summaryCodings: Summary of codings

Description Usage Arguments Value Author(s) See Also Examples

Description

Give a summary of codings of current project.

Usage

1
2
3
summaryCodings(byFile = FALSE, ...)
## S3 method for class '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.

Author(s)

HUANG Ronggui

See Also

getFileIds and getCodingTable

Examples

1
2
3
4
5
## Not run: 
summaryCodings()
summaryCodings(FALSE)
 
## End(Not run)

RQDA documentation built on May 2, 2019, 5 p.m.