] 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
>
I am getting this error could any one tell me why?
if(debug) cat("rahul")
Error in if (debug) cat("rahul") :
argument is not interpretable as logical
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the
3 matches
Mail list logo