repijson (version 0.1.0)

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

Description

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

Usage

processRecord(x)

Arguments

x
An record from the obkData

Value

an ejRecord

Examples

Run this code
## 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)

Run the code above in your browser using DataCamp Workspace