Skip to contents

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.

Usage

get_coding_table(qda_data, aggregate_fun = sum)

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.