R/zzz.R

Defines functions .onAttach

# @author Paul Bailey
.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste0("EdSurvey v", utils::packageDescription("EdSurvey")$Version, "\n"))
}

globalVariables(c(
  "variable", "w", "c2", "dofNum", "dofDenom", "lengthY",
  "sumY", "Percent", "wtdN", "N", "pcti", "value", "Vjrr",
  "Vimp", "Level", "JKreplicate", "PV", "V1", "cnt_index",
  "w_lmi", "StandardError", "flag1", "wtdN2", "Denom",
  "DenomGroup", ".GRP", "answer", "Year", "..by.x", "..by.y",
  "component", "maxRound", "variableName", "content_subtest", "cognitive_subtest"
))

Try the EdSurvey package in your browser

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

EdSurvey documentation built on Nov. 2, 2023, 6:25 p.m.