# NOT RUN {
check_attached()
#> [1] "librarian" "testthat" "magrittr" "stats" ...
check_attached(c("utils", "stats"))
#> utils stats
#> TRUE TRUE
check_attached("datasets", "base", fakepkg)
#> datasets base fakepkg
#> TRUE TRUE FALSE
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab