retrieve_codingtable: Retrieve Tabulated Codings

View source: R/codings.R

retrieve_codingtableR Documentation

Retrieve Tabulated Codings

Description

Fetches a table that has the codings as well as other details related to codings as stored in the database.

Usage

retrieve_codingtable(proj, query = NULL)

Arguments

proj

Path to an RQDA project i.e. must have the file extension .rqda.

query

A string; an SQL query.

Details

The default query selects the following columns from the RQDA file: cid from the treecode table and name from the codecat table. (For details on the database refer to RQDA::RQDATables)

Value

A data frame containing details about codings, including the code name, filenames, starting and ending index, and code categories (if applicable).


BroVic/RQDAassist documentation built on June 3, 2023, 8:01 a.m.