Skip to content
Prev 163427 / 398506 Next

how to ignore errors

On Mon, 2008-12-01 at 16:17 +0800, Jiang Peng wrote:
Jiang Peng,

The default solution is using try command, something like this

for(i in 1 : 100 ) {
	try(source("test.r",echo =T ))
}