validate_gtfs_structure: Create validation list for a gtfs_obj. It provides an...

View source: R/validate-gtfs-structure.R

validate_gtfs_structureR Documentation

Create validation list for a gtfs_obj. It provides an overview of the structure of all files that were imported.

Description

Create validation list for a gtfs_obj. It provides an overview of the structure of all files that were imported.

Usage

validate_gtfs_structure(gtfs_obj, return_gtfs_obj = TRUE, quiet = FALSE)

Arguments

gtfs_obj

A GTFS list object with components agency_df, etc.

return_gtfs_obj

Boolean. If TRUE, returns gtfs_obj list with a 'validate' attribute appended (TRUE by default), if FALSE, returns validate list only

quiet

Boolean. Option to suppress any messages, prints, etc

Value

A gtfs_obj list object with attribute 'validate' or just a list containing validation data


ropenscilabs/gtfsr documentation built on June 11, 2022, 9:45 p.m.