Description Usage Arguments Examples
Alternative to library.
1 | import_pkg(.pkg, .load = FALSE, .install = FALSE)
|
.pkg |
Character scalar. Package name. |
.load |
Logical scalar. Load package? |
.install |
Logical scalar. Install package if not already installed? |
1 2 | # import_pkg("lubridate")
# import_pkg("lubridate", .load = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.