log_output: Unified function for log output

Description Usage Arguments Details

View source: R/pipe.R

Description

By default, all log output is via stop()

Usage

1
log_output(text, message_type)

Arguments

text

the text to output

message_type

message type

Details

Set global environment variables to control the output behavour. Values must be one of c('stop', 'warning', 'message', 'quiet').

e.g. options(STRICTLYR_PIPE = 'message')


coolbutuseless/strictlyr documentation built on Dec. 9, 2019, 12:15 a.m.