var_list {surveytable}R Documentation

List variables in a survey.

Description

List variables in a survey.

Usage

var_list(sw = "", all = FALSE, csv = getOption("surveytable.csv"))

Arguments

sw

starting characters in variable name (case insensitive)

all

print all variables?

csv

name of a CSV file

Value

A table

Examples

set_survey(namcs2019sv)
var_list("age")

[Package surveytable version 0.9.4 Index]