powered by
Give a summary of codings of current project.
summaryCodings(byFile = FALSE, ...) # S3 method for summaryCodings print(x, ...)
When it is FALSE, return the summary of current project. When it is TRUE, return the summary of coding for each coded file.
An object returned by summaryCoding.
summaryCoding
Other possible arguments.
A list:
Number of coding for each code.
Average number of characters in codings for each code.
Number of files coded for each code.
Number of codings for each file. Returns NULL if byFile is FALSE.
getFileIds and getCodingTable
getFileIds
getCodingTable
# NOT RUN { summaryCodings() summaryCodings(FALSE) # }
Run the code above in your browser using DataLab