get_codings_master_df | R Documentation |
Gets a data frame of all the codings across one or more RQDA projects.
get_codings_master_df(proj, query = NULL)
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 |
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
.
A data frame containing the data, either singly or stacked when more than one are combined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.