Skip to contents

Generate Report From Quadratic Voting

Usage

quadratic_report(data = "data.xlsx", form = "form.xlsx", folder = "data-raw")

Arguments

data

name of the file with data collected through kobotoolbox should be xlsx

form

name of the file with form used to collected through kobotoolbox quadratic survey (should be xlsx)

folder

folder within your project where to put the generated report. Folder will be created if it does not exist

Value

nothing the file for the report is generated

Examples


## Example -> the report will be saved in the same folder...
# quadratic_report(data = "data.xlsx",
#                  form = "form.xlsx",
#                  folder = "data-raw")