iso_info_messages: Control information messages

Description Usage Arguments Details See Also

Description

These functions control the global settings for information messages.

Usage

1
2
3
4
5
6
7

Arguments

data

a data frame - returned invisibly as is if provided (e.g. in the middle of a pipeline)

Details

iso_turn_info_messages_on() and iso_turn_info_messages_off() turn information messages on/off in all subsequent function calls by changing the global settings for the quiet parameter of most isoreader functions. These functions can be called stand alone or within a pipeline to turn messages on/off at a certain point during the pipeline.

iso_turn_datetime_warnings_on() and iso_turn_datetime_warnings_off() turn datetime warnings that occur on some platforms (mostly linux distributions) on/off for all subsequent isoreader functions. These warnings inform the user that file creation dates are not available from the operating system.

See Also

Other settings functions: iso_caching, iso_get_default_reader_parameters(), iso_set_default_read_parameters()


isoreader documentation built on Nov. 19, 2021, 1:07 a.m.