Records the reasoning behind a coding decision so the interpretive step leaves a trail. Memos attach to a single unit or to a category, carry the round they were written in, and travel with the coded units on export.
Usage
add_memo(
memos = NULL,
target_type = c("unit", "category"),
target_id,
text,
round = 1
)See also
get_memos() to retrieve them; round_summary() for the rounds
memos are stamped with.
