checkSuggestedPackage {rdwd} | R Documentation |
check suggested package for availability
Description
check suggested package for availability, yielding an instructive error message if not
Usage
checkSuggestedPackage(package, functionname)
Arguments
package |
Charstring: package to be checked for loadability |
functionname |
Charstring: function name to be used in the message |
Value
invisible success logical value from requireNamespace()
Author(s)
Berry Boessenkool, berry-b@gmx.de, Aug 2019
See Also
[Package rdwd version 1.8.0 Index]