This function is retained for backwards compatibility. New code should use
as_qlm_coded() instead, which provides the same functionality with an
additional is_gold parameter for marking gold standards.
qlm_humancoded(
x,
name = NULL,
codebook = NULL,
texts = NULL,
notes = NULL,
metadata = list()
)A qlm_humancoded object (inherits from qlm_coded).
A data frame containing human-coded data. Must include a .id
column for unit identifiers and one or more coded variables.
Character string identifying this coding run (e.g., "Coder_A",
"expert_rater"). Default is NULL.
Optional list containing coding instructions.
Optional vector of original texts or data that were coded.
Optional character string with descriptive notes.
Optional list of metadata about the coding process.
as_qlm_coded() for the current recommended function.