single_report: Single Report

Description Usage Arguments Note

Description

Report per individual variable with subsection heading.

Usage

1
2
3
4
5
single_report(x, var = c("een"), groep = NULL, groeplab = NULL,
  out = TRUE, stats = c("all", "basic")[1], qs, qs_name = "question.name",
  qs_text = "question.text", drr = "~/tmp/", druk = FALSE,
  webify = FALSE, verbose = FALSE, wd = 15, md = TRUE, chi.digits = 4,
  debug = TRUE, varSizeN = "0.25", levSizeN = "0.15", ...)

Arguments

x

Data frame typically DES data

var

Character vector containing the variable in x that you wish to plot

groep

Character vector containing variable in x that grouping should be done by

groeplab

Character vector containing a chosen lable for the graphs

out

Logical that generates the desired output

stats

Character vector that decides whether the index of the variable that needs to be 'predicted' should be determined

qs

Data frame that contains a variable name, section, the question text and type

qs_name

Character vector referring to the question name

qs_text

Character vector referring to the question text

drr

Character vector containing the directory

druk

Logical that determines whether the output will genarate a pdf and save it to the given directory

webify

Logical whether to create an html document

verbose

Logical to display function messages

wd

Integer giving the target column for wrapping lines in the output

md

Logical that formats summary results

chi.digits

Numerical giving the number of decimal places or significant digits to be used after making use of the chi.2.eksp function

debug

Logical that assigns voorspellende_veranderlikes, x and idx_temp to their corresponding names in the global environment

Note

The idea is to lapply a single report over the subsection and subsection_report lapply over the sections


Boshoffsmit/novaReport documentation built on May 6, 2019, 8 a.m.