showRunInfos: Show running information.

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Show running information.

Usage

1
showRunInfos(msg, level = c("INFO", "WARN", "ERROR"), verbose = TRUE)

Arguments

msg

Message needs to be shown.

level

Specify the output level of the message, 'INFO', 'WARN' or 'ERROR', default: 'INFO'.

verbose

Show running infos or not, default: TRUE.

Value

NULL.

Examples

1
showRunInfos(msg = 'Test', level = 'INFO', verbose = TRUE)

lihuamei/Biotools documentation built on July 15, 2020, 1:50 a.m.