Identification for questions where the answers are coded as 'not_mentioned', and one other valid label, with, or without missing labels.

identify_mentioned(metadata)

Value

An augmented metadata table with the identified mentioned-type variables

Examples

{ example_survey <- read_surveys(system.file( "examples", "ZA7576.rds", package = "eurobarometer"), .f='read_rds') identified <- identify_mentioned (metadata_create ( example_survey [[1]] )) identified <- identified[(!is.na(identified$group_mentioned)),] identified[, c("var_name_orig", "labels", "group_mentioned")] }
#> Error in FUN(X[[i]], ...): The file does not exist.