#' 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.