R/doc_functions.R

Defines functions is_rendering_in_knitr

Documented in is_rendering_in_knitr

#'@title Determines if rendering in knitr
#'
#'@return boolean
#'@keywords internal
is_rendering_in_knitr = function() {
  isTRUE(getOption('knitr.in.progress'))
}

Try the skpr package in your browser

Any scripts or data that you put into this service are public.

skpr documentation built on July 9, 2023, 7:23 p.m.