inst/testscripts/source_error.R

get.error.df <- function()
{
	col2 <- rep(c("ll",12,13,14,15), 2)
	col3 <- c(21:30)
	return(data.frame(col2, col3, stringsAsFactors=FALSE))
}

df <- cbind(col1, get.error.df(), stringsAsFactors=FALSE)

sum(df, col1)

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.