R/do.nothing.else.R

do.nothing.else <- function (...) {
  while (TRUE) {
    do.nothing(...)
  }
  invisible(NULL)
}

Try the tao package in your browser

Any scripts or data that you put into this service are public.

tao documentation built on May 2, 2019, 4:15 p.m.