R/sgl_cta.R

Defines functions new_sgl_cta

new_sgl_cta <- function(class = character()) {
  structure(
    list(),
    class = c(class, "sgl_cta")
  )
}

Try the rsgl package in your browser

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

rsgl documentation built on June 9, 2026, 1:07 a.m.