R/globals.R

## Global Variables
##
## This file is added to minimize the false positives flagged during R CMD check.


utils::globalVariables(
  c(
    "coef",
    "value",
    "prop",
    ".",
    "write.table",
    "cor_matrix",
    "quantile",
    "read.table",
    "hclust",
    "dist",
    "t.test",
    "var_label"
  )
)
martinctc/surveytools documentation built on Nov. 21, 2024, 10:48 p.m.