inst/testscripts/source_warning.R

if(length(col1) > 10) {
	col1 <- c(1:10)
	warning("length was greater than 10")
}

warning("another warning thrown")

Try the provDebugR package in your browser

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

provDebugR documentation built on April 22, 2021, 5:11 p.m.