processRecord: This function takes a single record from the obkClass data...

Description Usage Arguments Value Examples

View source: R/obkData.R

Description

This function takes a single record from the obkClass data and converts to the epiJSON format

Usage

1

Arguments

x

An record from the obkData

Value

an ejRecord

Examples

1
2
3
4
5
6
7
8
## Not run: 
#because this function is not exported this example won't work outside the package
require('OutbreakTools')
data(ToyOutbreak)
x <- subset(ToyOutbreak,1)  
processRecord(x)

## End(Not run)

Hackout2/repijson documentation built on May 6, 2019, 9:48 p.m.