R/zzz.R

Defines functions .onLoad

# This file does basic package loading things

.onLoad <- function(...) {

  # set the current theme to default
  seminr_global$theme_current <- seminr_theme_create()

}

Try the seminr package in your browser

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

seminr documentation built on June 22, 2024, 9:22 a.m.