R/surveystats.R

#' Survey Stats Analysis
#'
#' This package has functionalities regarding the statistical and graphical analysis
#' of Survey Monkey survey research data.
#'
#' @author Leonardo Rocha \email{leonardo.rocha@fiocruz.br}
#' @docType package
#' @name surveystats
#'
"_PACKAGE"
utils::globalVariables(c("data",
                         "question",
                         "answer",
                         "knowledge",
                         "count",
                         "total",
                         "main_code",
                         "sub_code",
                         "main_question",
                         "sub_question",
                         "p_value",
                         "percent",
                         "answer_label",
                         "group1",
                         "group2",
                         "percent_label",
                         ".",
                         "y",
                         "label"))
leofmr/surveystats documentation built on March 19, 2021, 3:48 p.m.