Generate report with data aggregated by location & spatial visualisation / cartography

kobo_atlas_report(
  form = "form.xlsx",
  app = "console",
  output = "html",
  render = "TRUE",
  lang = "eng"
)

Arguments

form

The full filename of the form to be accessed (xls or xlsx file). It is assumed that the form is stored in the data folder.

app

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

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

render

TRUE or FALSE - Tells wheter to only produce Rmd or to also knit it in the required output format. Default is TRUE. Usefull for testing as rending takes time.

lang

eng, fre or esp - Change the langauge of the intro to the report - default is english

Value

No return, All results will be saved on RMD files and Word files

Author

Edouard Legoupil#'

Examples

if (FALSE) { kobo_atlas_report(form, mapfile) }