get_question: Prints out the survey question column label for a given...

Description Usage Arguments Details Value See Also Examples

View source: R/getquestion.R

Description

get_question() prints out the survey question associated with a given column in a given dataset name.

Usage

1

Arguments

do

a CES survey data object (given as a character string)

q

a column name in a CES survey data object (given as a character string)

Details

The order of the parameters for get_question are data object then column name. Both parameters must be character strings and cannot be reversed. To return the associated survey question, the get_question function relies on the var_label function from the labelled package.

Value

The associated question q in a loaded dataset do.

See Also

get_ces() function help. get_cescodes() help.

Examples

1
2
3
4
5
6
7
8
# print out CES code calls
get_cescodes()

# call CES survey
get_ces("ces1988")

# request the survey question for column a6
get_question("ces1988", "a6")

cesR documentation built on Nov. 24, 2021, 1:10 a.m.