get_codings_master_df: Data related to codings

View source: R/rqda.R

get_codings_master_dfR Documentation

Data related to codings

Description

Gets a data frame of all the codings across one or more RQDA projects.

Usage

get_codings_master_df(proj, query = NULL)

Arguments

proj

A character vector of the paths of one or more related RQDA project databases

query

A valid SQLite (i.e. including a terminating semicolon) in the form of a string. Character vectors longer than 1L are truncated.

Details

By default, query is used to provide a coding table from the project that has the following relations: rowid, cid, fid, codename, filename, index1, index2, CodingLength, codecat, and coder. For addition details, visit RQDATables.

Value

A data frame containing the data, either singly or stacked when more than one are combined.


BroVic/jGBV documentation built on Oct. 9, 2022, 6:38 a.m.