retrieve_codingtable | R Documentation |
Fetches a table that has the codings as well as other details related to codings as stored in the database.
retrieve_codingtable(proj, query = NULL)
proj |
Path to an RQDA project i.e. must have the file extension .rqda. |
query |
A string; an SQL query. |
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
)
A data frame containing details about codings, including the code name, filenames, starting and ending index, and code categories (if applicable).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.