Description Usage Arguments Value Examples
View source: R/format_version.R
This function formats a typical code chunk that loads packages with their current version number. It outputs into the console so that it may be copy pasted into a RMD code chunk.
1 | format_version(packages)
|
packages |
string vector |
output in console
1 2 | pack <- c("dplyr", "utils")
format_version(packages = pack)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.