inst/testscripts/source_warning.R

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

warning("another warning thrown")
End-to-end-provenance/provDebugR documentation built on May 1, 2021, 2:30 a.m.