Rdocumentation
powered by
Learn R Programming
RQDA (version 0.2-2)
filesByCodes: Relation between files and codes.
Description
Return a data frame which indicates what codes are associted with each file.
Usage
filesByCodes(codingTable = c("coding", "coding2"))
Arguments
codingTable
name of the coding table in rqda database.
Value
A data frame.
Details
The result is a data frame. Each row represents one file, and each variable represents one code. If a file is coded by a code, the value of that variable is 1, otherwise is 0.