79589256

Date: 2025-04-23 18:22:12
Score: 0.5
Natty:
Report link

One quick way of achieving this is terminating the R session.

x <- "test"
if (!is.numeric(x)) {
  stop("Not numeric") # To see reason for failure
  q(save = "no")
}
print("hello world")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: fjesser