Learn R Programming

nettskjemar (version 1.0.1)

has_codebook: Check if form has codebook

Description

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)

Value

logical is codebook is turned on

Arguments

form_id

integer. Number of the form to retrieve

Examples

Run this code
if (FALSE) {
has_codebook(110000)
}

Run the code above in your browser using DataLab