Skip to contents

Sets an analyst note for a single variable in a survey design object. Notes are free-text annotations for documenting processing decisions, data quality concerns, or other context.

Usage

set_var_note(x, var, note)

Arguments

x

A survey design object.

var

<data-masked> Variable name (bare, unquoted).

note

A character string. The analyst note to attach.

Value

The modified survey object, invisibly.