data-raw/s4_fns/exhibit.R

exhibit_ScorzProfile <- function(x,
                                 type_1L_chr = "ds",
                                 ...){
  if(type_1L_chr %in% c("ds","dict")){
    y <- procureSlot(procureSlot(x,"a_YouthvarsProfile"),
                     "a_Ready4useDyad")
  }
  if(type_1L_chr == "characterize"){
    y <- procureSlot(x,"a_YouthvarsProfile")
  }
  ready4::exhibit(y,
                  type_1L_chr = type_1L_chr,
                  ...)

}
ready4-dev/scorz documentation built on June 1, 2025, 2:07 p.m.