Learn R Programming

RQDA (version 0.3-0)

filesByCodes: Relation between files and codes.

Description

Return a data frame which indicates what codes are associated 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 it is 0.