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()

}
sem-in-r/seminr documentation built on Aug. 26, 2022, 8:47 p.m.