R/getErrorReports.R

Defines functions `getErrorReports`

`getErrorReports` <- 
function(tmp, 
	tmp.tf, 
	par.sgp.config) {

	tmp.errors <- tmp[tmp.tf]
	tmp.config <- par.sgp.config[tmp.tf]
	tmp.error.report <- list()
	for (i in 1:length(tmp.errors)) tmp.error.report[[i]] <- list(Error=tmp.errors[[i]], Analysis=tmp.config[[i]])
	return(tmp.error.report)

} ### END getErrorReports

Try the SGP package in your browser

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

SGP documentation built on Oct. 23, 2023, 5:08 p.m.