Narrative Response Models are a description of the theory of how a measurement instrument that measures a psychological construct works, geared towards conducting cognitive interviews to verify the validity of that measurement instrument. One a Narrative Response Model has been imported, it can be used to generate interview schemes, overview of each item's narrative response model, and combined with coded cognitive interview notes or transcripts.

ci_import_nrm_spec(
  x,
  read_ss_args = list(exportGoogleSheet = TRUE),
  defaultLanguage = NULL,
  silent = rock::opts$get("silent")
)

# S3 method for rock_ci_nrm
print(x, ...)

Arguments

x

A path to a file or an URL to a Google Sheet, passed to read_spreadsheet().

read_ss_args

A named list with arguments to pass to read_spreadsheet().

defaultLanguage

Language to set as default language (by default, i.e. if NULL, the first language is used).

silent

Whether to be silent or chatty.

...

Additional arguments are ignored.

Value

A rock_ci_nrm object.