0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
knitr
/
misc
/
[
Home
]
File: knitr-template.Rmd
`r if (exists('.knitr.title')) I(paste('#', .knitr.title, sep = ''))` `r if (exists('.knitr.author')) I(.knitr.author)` This report was automatically generated with the R package **knitr** (version `r packageVersion('knitr')`). ```{r %sCHUNK_LABEL_HERE} ``` The R session information (including the OS info, R version and all packages used): ```{r session-info, cache=FALSE} sessionInfo() Sys.time() ```{r clean-up, include=FALSE} if (exists('.knitr.title')) rm(.knitr.author) if (exists('.knitr.author')) rm(.knitr.author) ```