Skip to contents

load packages as a batch

Usage

pkglib(...)

Arguments

...

pkgs

Examples

baizer::pkglib(dplyr, purrr)
#> 
#> Attaching package: ‘dplyr’
#> The following objects are masked from ‘package:stats’:
#> 
#>     filter, lag
#> The following objects are masked from ‘package:base’:
#> 
#>     intersect, setdiff, setequal, union