unhcr / koboloadeR

deprecated please use {kobocruncher} - https://edouard-legoupil.github.io/kobocruncher/
https://unhcr.github.io/koboloadeR/docs/
28 stars 28 forks source link

Ability to configure the presence of Crunching step & Dataset description #79

Open JamesLeonDufour opened 3 years ago

JamesLeonDufour commented 3 years ago

Ability to take out at the beginning of the RMD and output the section on Crucnhing step, and Dataset description


Context

provide more detailed introduction to the issue itself and why it is relevant

Problem

ordered list the process to finding and recreating the issue, example below

Expected result

Be able to choose at the beginning if needed to include Crucnhing step, and Dataset description

Current result

describe what you you currently experience from this process, and thereby explain the bug

  koboloadeR::kobo_crunching_report(form,
                        output ="docx", ## other options are  "docx", "pptx", "aspx"
                        render = "TRUE", ## can put to false in case you just need to refresh the Rmd based on your xlsform config
                        lang = "eng", ## other options is to have report language in Spanish "esp" or french "fre"
                        unhcRstyle = "TRUE", ## put false to have a non-UNHCR neutral theme
                        use_pct = "TRUE", ## use count rather than % in charts label
                        add_error_bar = "TRUE"  ## put false to supress error bar
                        )

Possible Fix

App a paremeter in this function to be able to include or not those sections.

name of issue screenshot

if relevant, include a screenshot