] Debug command-how to use
What is 'debug' defined as? Include at least the assignment or
'str(debug)'. If you have not assigned anything to it, then 'debug'
is a function in the basic set of R functions and may be giving you a
message like:
> if (debug) 1
Error
What is 'debug' defined as? Include at least the assignment or
'str(debug)'. If you have not assigned anything to it, then 'debug'
is a function in the basic set of R functions and may be giving you a
message like:
> if (debug) 1
Error in if (debug) 1 : argument is not interpretable as logical
>
2 matches
Mail list logo