R/seequestions.R

Defines functions seequestions

Documented in seequestions

seequestions<-function(QB)
  {

    uq = unlist(QB)
    w = which(names(uq)=="Q")
    ques = as.vector(uq[w]) 
   # cat(ques, sep="\n")
    print(ques)
  }

Try the ProfessR package in your browser

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

ProfessR documentation built on Aug. 21, 2023, 9:07 a.m.