I know ls("package:grid")
and find.funs("package:grid")
in mvbutils
but apparently neither of them can find non-exported functions and methods that are only accessible internally or with :::
or getAnywhere
.
I've had to source the files in the /R
directory of the source package and use ls()
on a clean global environment, but there must be a better way, no?