A tibble of item keys supported in the raw FOKUS questionnaire data.
Format
A tibble.
See also
Other FOKUS metadata:
all_argument_sides
,
all_ballot_dates
,
all_ballot_types
,
all_cantons
,
all_election_seat_types
,
all_langs
,
all_lvls
,
all_main_motive_types
,
all_name_types
,
all_postal_dispatch_types
,
all_postal_dispatch_ways
,
all_prcds
,
all_proposal_types
,
all_qstn_groups
,
all_response_option_types
Examples
fokus:::qstnr_item_keys
#> # A tibble: 23 × 9
#> key is_scalar is_iterator is_excluder is_optional type default remarks default_val
#> <chr> <lgl> <lgl> <lgl> <lgl> <chr> <chr> <chr> <list>
#> 1 lvl FALSE TRUE FALSE FALSE character "\"?\"" "political-level loop iterator" <chr [1]>
#> 2 i FALSE TRUE FALSE FALSE integer "NA_integer_" "2nd-level loop iterator" <int [1]>
#> 3 j FALSE TRUE FALSE FALSE integer "NA_integer_" "3rd-level loop iterator, i.e. \"for each `lvl… <int [1]>
#> 4 block TRUE FALSE FALSE FALSE character "*top-level block name*" "holds the name of the respective top-level bl… <chr [1]>
#> 5 variable_name TRUE FALSE FALSE FALSE character "\"???\"" "aka \"Variablenname\"; mustn't have any subke… <chr [1]>
#> 6 who TRUE FALSE FALSE FALSE character "\"alle\"" "aka \"Wer\"" <chr [1]>
#> 7 topic TRUE FALSE FALSE TRUE character NA "aka \"Thema\"" <chr [1]>
#> 8 question_intro_i TRUE FALSE FALSE TRUE character NA "1st-priority part of \"Frage\", only included… <chr [1]>
#> 9 question_intro_j TRUE FALSE FALSE TRUE character NA "2nd-priority part of \"Frage\", only included… <chr [1]>
#> 10 question TRUE FALSE FALSE TRUE character NA "last-priority part of \"Frage\", always inclu… <chr [1]>
#> # ℹ 13 more rows