This function returns true if the library is open and ready to read methods, and false otherwise.
This function loads a method from the library by name. Note that the names under which methods are stored in a library depend entirely on the type of library.
If no such method is found, if exceptions are enabled, an exception of class
library_base::invalid_name
will be thrown; otherwise, the method returned will be an empty method with the name "Not Found".