see_question: View census form for particular question

Description Usage Arguments Value Examples

Description

View census form for particular question

Usage

1
2
3
4
5
6
7
see_question(...)

## S3 method for class 'data.frame'
see_question(.data, ...)

## S3 method for class 'numeric'
see_question(qn, ...)

Arguments

...

Passed to method: either a question number or a data frame.

.data

A data.frame from this package.

qn

Question number.

Value

Primarily called for its side effect: plots an image of the question (and available answers, if appropriate) in the plot window. If a data.frame from this package is called, it is returned (invisibly if knitr.in.progress is TRUE).

Examples

1
2
3
4
5
## Not run: 
see_question(5)
see_question(Census2016_languages)

## End(Not run)

HughParsonage/Census2016 documentation built on May 14, 2019, 8:18 a.m.