report: Produce an .html report

Description Usage Arguments Value

Description

Produce an .html report with information for outbreak/suspicion management

Usage

1
2
3
4
report(ppn, ppn_sympt = "", ppn_obj = system.file("extdata/result.rda",
  package = "svamp"), firstname = "", lastname = "", buffer_size = c(3,
  10), days = 90, template = "report", format = c("knitr"),
  view = FALSE)

Arguments

ppn

Ppn numbers (vector of int numbers, comma separeted)

ppn_sympt

PPN with symptoms

ppn_obj

Path to the list of objects output from svdc package

firstname

Firstname of the person running the report

lastname

Lastname of the person running the report

buffer_size

Size in kilometers of the buffers drawn around the ppn (vector of numbers, comma separeted)

days

Set the number of days to use in EpiContactTrace (max 180)

view

Make TRUE to pop a browser

X

X-coordinate of the outbreak provided by the user when ppn coordinates are missing

Y

Y-coordinate of the outbreak provided by the user when ppn coordinates are missing

Value

An html report


SVA-SE/svamp documentation built on May 9, 2019, 11:45 a.m.