outputFunProc: Print currently used function name and type

Description Usage Arguments

View source: R/outputFunProc.R

Description

Print currently used function name and type

Usage

1
outputFunProc(proctype, funname = "", othertxt = NA, calling = T)

Arguments

proctype

Single character for identifying process type: "I" for "Initialising", "R" for "Running", and "D" for "Done". No default. "I" and "D" can be used with any (arbitrary) function name without constrictions. "R" depends on active and parent calls.

funname

String for function name. If no function name is given, outputFunProc will deparse function name from active call (as outputFunProc can be run inside another function).


itawaputtytat/puttytat4R documentation built on Jan. 1, 2020, 9:46 a.m.