msg_status: Status Message

View source: R/msg_status.R

msg_statusR Documentation

Status Message

Description

Print Status Message to Console

Usage

msg_status(fun.status, fun.item.num.current, fun.item.num.total, fun.item.name)

Arguments

fun.status

Status of item

fun.item.num.current

Item number

fun.item.num.total

Total number of items

fun.item.name

Name of item

Details

Function for informing user of progress

Text is composed using 'print' so will have to flush console if used inside of a function or loop.

Value

Returns a text to the console


leppott/ProjectTasks documentation built on Oct. 12, 2023, 1:18 a.m.