Return a data frame which indicates what codes are associated with each file.

filesByCodes(codingTable = c("coding", "coding2"))

Arguments

codingTable

name of the coding table in rqda database.

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 it is 0.

Value

A data frame.

Author

Ronggui HUANG