Learn R Programming

TesiproV (version 0.9.2)

debug.print: internal Helper function to debug more easy

Description

internal Helper function to debug more easy

Usage

debug.print(infoLevel, flag = "", values, msg = "", type = "INFO")

Arguments

infoLevel

If 0, no Output (just Errors), if 1 little output, if 2 bigger output

flag

Parse additonal info

values

If you check variables then post this into values

msg

here add some extra msg

type

Type can be "INFO" or "ERROR"