inst/examples/initializePackageOptions.r

\dontrun{

where <- new.env()
res <- initializePackageOptions(where = where)
exists(".registry", where, inherits = FALSE)
res <- initializePackageOptions(id = "test", where = where)
exists("test", where, inherits = FALSE)

}
rappster/reactr documentation built on May 26, 2019, 11:56 p.m.