powered by
Use a Package as if a Module
as_module(package)
name of a package; character
a module that contains a package's exported objects
module
# NOT RUN { tcltk <- as_module("tcltk") ls(tcltk) tcltk$is.tclObj(NULL) # }
Run the code above in your browser using DataLab