Displaying 1 result from an estimated 1 matches for "_objects_".
Did you mean:
_objects
2005 Jun 06
2
names of functions in a library
How can I get a list of the names of all exported functions in a library?
I load my library using library() and then want to dynamically get all
functions that start with "test." to dynamically execute them.