undoc(package, dir, lib.loc = NULL)NULL. The default value of NULL corresponds to all
libraries currently known. The specified library trees are used to
search for package."undoc" which is a list of character vectors
containing the names of the undocumented objects split according to
documentation type. There is a print method for nicely displaying the information
contained in such objects.
The .ArgsEnv and
.GenericArgsEnv in the undoc("base") checks that all the
primitives that are not language constructs are prototyped in those
environments and no others are.
codoc, QCundoc("tools") # Undocumented objects in 'tools'Run the code above in your browser using DataLab