Learn R Programming

metaseqR (version 1.12.2)

disp: Message displayer

Description

Displays a message during execution of the several functions. Internal use.

Usage

disp(...)

Arguments

...
a vector of elements that compose the display message.

Examples

Run this code
i <- 1
disp("Now running iteration ",i,"...")

Run the code above in your browser using DataLab