search_metadata allows users to retrieve a list of variable names based on whether or not those variables contain a given query within a given field

search_metadata(filter_list = list(), ...)

Value

returns list of names of all variables that match specified parameter values

Details

List of valid field names:

List of valid field names:

  • data_source

  • data_type

  • group_id

  • group_subid

  • id

  • label

  • leaf

  • name

  • old_name

  • respondent

  • responses

  • scope

  • section

  • topic

  • umbrella

  • warning

  • wave

Examples

search_test1 <- search_metadata(wave = 3) search_test2 <- search_metadata(wave = 3, data_type = "oc")