# Save the design variable names as a vector in the package data
designVariables <- c(
"stratification", "stratumName", "clustering",
"clusterName", "sampler", "numTotal", "numSamp",
"selProb", "incProb", "selectMeth", "unitName",
"selectMethCluster", "numTotalClusters",
"numSampClusters", "selProbCluster",
"incProbCluster", "samp", "noSampReason",
"nonRespCol", "auxVarTot", "auxVarValue",
"auxVarName", "auxVarUnit"
)
#outFile <- "data\\designVariables.RData"
# Save the data
usethis::use_data(designVariables, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.