View source: R/print_library.R
print_library | R Documentation |
Useful in RMarkdown.
print_library(..., .character.only = FALSE, .version = TRUE, .load = TRUE)
print_require(..., .character.only = FALSE, .version = TRUE, .load = TRUE)
print_library_md(..., .character.only = FALSE, .version = TRUE, .load = TRUE)
... |
Names of packages. |
.character.only |
Is |
.version |
Print library version? |
.load |
Load package, or just print? |
print_library(afex, tidyverse, emmeans, MASS,
.load = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.