simpleRegistry {pkgmaker} | R Documentation |
Simple Package Registry
simpleRegistry(name, envir = topenv(parent.frame()), verbose = FALSE)
name |
name of the registry object, with which it
will be assigned in |
envir |
environment where to store the registry object. Defaults to the caller's top environment. |
verbose |
logical that toggle a verbose message when the object is first created. |