see_question {Census2016} | R Documentation |
View census form for particular question
see_question(...) ## S3 method for class 'data.frame' see_question(.data, ...) ## S3 method for class 'numeric' see_question(qn, ...)
... |
Passed to method: either a question number or a data frame. |
.data |
A |
qn |
Question number. |
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
).
## Not run: see_question(5) see_question(Census2016_languages) ## End(Not run)