debug: Debug objects printf-style...

Description Usage Arguments Details Value

Description

Debug objects printf-style

Usage

1
2
3
4
debug(..., where=parent.frame(),
    strict.width=strOptions()$strict.width,
    digits.d=strOptions()$digits.d, vec.len=strOptions()$vec.len,
    formatNum=strOptions()$formatNum)

Arguments

...

Objects to be debugged

where

Environment in which to evaluate the expressions

strict.width

str-option strict.width (quod vide)

digits.d

str-option digits.d (quod vide)

vec.len

str-option vec.len (quod vide)

formatNum

str-option formatNum (quod vide)

Details

Thanks, William Dunlap! <https://stat.ethz.ch/pipermail/r-devel/2011-May/061098.html>

Value

NULL


debug documentation built on May 2, 2019, 5:09 p.m.

Related to debug in debug...