Use a Package as if a Module
as_module(package)
package
name of a package; character
a module that contains a package's exported objects
module
tcltk <- as_module("tcltk") ls(tcltk) tcltk$is.tclObj(NULL)