Automatically produce a report exploring potential clusters within survey records.

The report is generated from functions released within FactoMiner & FactoMineR

kobo_cluster_report(
  frame = MainDataFrame,
  form = "form.xlsx",
  output = "html",
  app = "console"
)

Arguments

frame

kobo or odk exported dataset to use

form

The full filename of the form to be accessed (has to be an xls file).

output

The output format html or aspx if you need to upload on sharepoint), docx (to quickly cut non interesting vz and take note during data interpretation session), pptx (to quickly cut non interesting vz and persent during data interpretation session), Default is html

app

The place where the function has been executed, the default is the console and the second option is the shiny app

Author

Edouard Legoupil

Examples

if (FALSE) { kobo_cluster_report(frame = MainDataFrame , form = "form.xlsx") }