Returns a table where each row represents a text coded by a coder and each column represents the number of codes present by that coder.
Source:R/qda_merge.R
get_coding_table.Rd
Returns a table where each row represents a text coded by a coder and each column represents the number of codes present by that coder.
Arguments
- qda_data
a
qda()
object.- aggregate_fun
function used to aggregate multiple tags per text per per coder. See
reshape2::dcast()
for more information.