Skip to contents

Codebook is by default turned off in Nettskjema, but best practices in handling data is to have it on. This function checks if the codebook of a form has been activated or not

Usage

has_codebook(form_id)

Arguments

form_id

integer. Number of the form to retrieve

Value

logical is codebook is turned on

Examples

if (FALSE) { # \dontrun{
has_codebook(110000)
} # }