epiJSON2r: converting epiJSON into a list of lists

Description Usage Arguments Value Examples

View source: R/epiJSON2r.r

Description

takes an epiJSON string or file and converts to a list of lists later this needs to be made more formal

Usage

1

Arguments

file

an epiJSON filename or string to convert to R

Value

a list of lists of the epijson content

Examples

1
2
3
4
listJSON <- epiJSON2r( system.file("extdata//example.JSON", package="repijson"))
str(listJSON)
#from within the package would do this
#listJSON <- epiJSON2r("extdata//example.JSON")

repijson documentation built on May 29, 2017, 2:12 p.m.