R/todo.R

Defines functions todo

Documented in todo

todo <- function(text){
	if(getOption("verbose.todos", default=FALSE)) cat("ToDo: ", text, "\n")
}

Try the RObsDat package in your browser

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

RObsDat documentation built on May 29, 2017, 12:07 p.m.