View source: R/knit_print.sessionInfo.R
knit_print.sessionInfo | R Documentation |
Print the sessionInfo in a way that is usable in knitr/rmarkdown reports
## S3 method for class 'sessionInfo'
knit_print(x, ...)
x |
The output of sessionInfo() (if missing, it is generated) |
... |
Ignored |
A knitr asis_output()
version of the session info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.