inst/testscripts/source_warning.R

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

warning("another warning thrown")
ProvTools/provDebugR documentation built on April 29, 2021, 7:22 p.m.