Skip to contents

A dataset containing information about all variables in data. This must contain one binary column indicating table location for each table in the data (ie., hh, person, day, trip, vehicle).

Usage

variable_list

Format

variable_list

A data frame with 55 rows and 10 columns:

variable

Name of the variable

is_checkbox

The variable is a multiple response categorical variable question

hh

The variable exists in the hh table

person

The variable exists in the person table

day

The variable exists in the day table

trip

The variable exists in the trip table

vehicle

The variable exists in the vehicle table

data_type

Data type of the variable ("iteger/categorical", "numeric", "character")

description

A description of the variable

shared_name

Shared part of name for checkbox variable (e.g., race_1 -> race) or variable name (e.g., age -> age)