step_begin: Inform the user that an analysis step is starting

View source: R/plate-extend.R

step_beginR Documentation

Inform the user that an analysis step is starting

Description

When an analysis step starts running, it's recommended to call this function so that the user will know what step is taking place. The time when a step begins gets recorded so that the user will see exactly how long it took.

Usage

step_begin(text)

Arguments

text

The text to show the user when this step begins.

See Also

step_end


ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.