iso_info_messages: Control information messages

iso_info_messagesR Documentation

Control information messages

Description

These functions control the global settings for information messages.

Usage

iso_turn_info_messages_on(data = NULL)

iso_turn_info_messages_off(data = NULL)

iso_turn_datetime_warnings_on(data = NULL)

iso_turn_datetime_warnings_off(data = NULL)

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()


KopfLab/isoreader documentation built on Aug. 6, 2023, 9:22 p.m.