Learn R Programming

migrbc (version 2.0.9)

check_data_columns: Validate the data columns of crossing information

Description

A function to check the data variable whether contains the right columns of crossing information.

Usage

check_data_columns(data)

Arguments

data

The journey data that should contain columns in the set of 'journeyId', 'personId', 'date_crossing', 'is_arrival', 'journey_sequence', and 'journeyId_prev'.

Value

A NULL value if there is no issue raised.