The function initialises various options used by the package upon loading:
The following options are initialised:
duflor.default_hsv_spectrums
duflor.default_identifier_area
Note
When a package pkg
is attached (see Link below) via library(pkg)
, or the first time
a function of the package pkg
is called via pkg::fun()
, this function
gets called.
See also
The differences between attaching
and loading
a package are somewhat
difficult to understand. I found these explanations on
and forum.posit.co useful.