Skip to content
Prev 98 / 21307 Next

[Bioc-devel] Error during wrapup, what does this mean?

"Dipl.-Ing. Johannes Rainer" <johannes.rainer@tugraz.at> writes:
I thought that was what had happened, but I didn't want to show off my
ESP so early in the morning ;-)
You can use "<<-" and can also use assign.  You could also use
environments to pass information around since they do not get copied.

options(error=expression(.rollItBack(dbParams$con)))
dbParams <- new.env(parent=NULL)

dbParams[["user"]] <- "jo"
dbParams[["url"]] <- "blah"
doSomething(dbparams, query)


HTH,

+ seth