Learn R Programming

W4MRUtils (version 1.0.0)

shy_lib: Shy Lib

Description

shy_lib Function to call packages without printing all the verbose (only getting the essentials, like warning messages for example)

Usage

shy_lib(...)

Value

a list of attached packages

Arguments

...

Name of libraries to load

Author

M.Petera

Examples

Run this code
# \donttest{
   W4MRUtils::shy_lib("base", "utils")
# }

Run the code above in your browser using DataLab