silent {dang} | R Documentation |
Silently load a library
Description
Silently attach a library to the search path.
Usage
silent(...)
Arguments
... |
Passed though |
Details
This function wraps suppressMessages
around the call to
library
Value
Nothing, but the desired library is attached
Author(s)
Dirk Eddelbuettel
[Package dang version 0.0.16 Index]