R/RClosureTable.S

Defines functions newRClosureTable

Documented in newRClosureTable

newRClosureTable <-
function(db)
{
   positions <- c("assign", "get", "exists", "remove", "objects",
                  "canCache", "attach", "detach")

   k <- list()
   k[positions] <- db[positions]

   db <- .Call("newRClosureTable", k, PACKAGE = "RObjectTables")

   db
}
jeroenooms/RObjectTables documentation built on May 19, 2019, 6:11 a.m.