read.epijson: convert a textfile in epiJSON form into an ejObject

Description Usage Arguments Value Examples

View source: R/fileOps.R

Description

Takes an epiJSON string in a connection (file) and converts to an ejObject.

Usage

1

Arguments

file

an epiJSON filename or string to convert to R

Value

An ejObject

Examples

1
2
listJSON <- read.epijson( system.file("extdata//example.JSON", package="repijson"))
 

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