R/svSweave-internal.R

Defines functions .onLoad

.onLoad <- function(lib, pkg) { # nocov start
  # Automatically set the default out.extra of subsequent R chunks so that
  # the id of the generated plot is equivalent to the chunk label
  fig_id_auto()
} # nocov end

Try the svSweave package in your browser

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

svSweave documentation built on May 10, 2022, 5:06 p.m.