View source: R/package-related.R
libraries | R Documentation |
Attach a number of library packages at once
libraries(..., verbose = F, quoted = F)
... |
Package names |
verbose |
Logical whether to announce via message() what packages are being attached. |
quoted |
Logical whether package names supplied bare or quoted as character |
Adrian Zetner
libraries(grid, jsonlite) libraries("grid", "jsonlite", quoted = TRUE) libraries(c("grid", "jsonlite"), quoted = TRUE) libraries(grid, verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.