R/kobo_anonymisation_report.R
kobo_anonymisation_report.Rd
Automatically produce a disclosure risk measurement report.
The report is generated from functions released within sdcmicro package from the worldbank. https://cran.r-project.org/web/packages/sdcMicro/sdcMicro.pdf
kobo_anonymisation_report(frame, form = "form.xlsx", app = "console")
frame | kobo or odk dataset to use |
---|---|
form | The full filename of the form to be accessed (xls or xlsx file). |
app | The place where the function has been executed, the default is the console and the second option is the shiny app |
Edouard Legoupil
if (FALSE) { kobo_anonymisation_report(frame, form = "form.xlsx") }