Learn R Programming

r5r (version 2.0)

set_verbose: Set verbose argument

Description

Indicates whether R5 should output informative messages or not. Please note that R5 error messages are still reported even when verbose is FALSE.

Usage

set_verbose(r5r_core, verbose)

Value

Invisibly returns TRUE.

Arguments

r5r_core

An object to connect with the R5 routing engine, created with setup_r5().

verbose

A logical, passed from function above.

See Also

Other setting functions: set_breakdown(), set_cutoffs(), set_expanded_travel_times(), set_fare_cutoffs(), set_fare_structure(), set_max_fare(), set_max_lts(), set_max_rides(), set_monte_carlo_draws(), set_n_threads(), set_output_dir(), set_percentiles(), set_progress(), set_speed(), set_suboptimal_minutes(), set_time_window()