# https://github.com/r-lib/pkgdown/issues/2704

Skip to contents

A function that gives some information on the loaded library `knitr`.

Usage

get_knitr_version()

Value

A text saying the version number and where it is downloaded from.

Examples

library("knitr")

knitr_info <- get_knitr_version()

knitr_info
#> [1] "1.50 from RSPM"