write.json.stat | R Documentation |
This function writes a object of class px
to a file conforming the JSON-stat standard, a simple lightweight JSON dissemination format best suited for data visualization, mobile apps, or open data initiatives.
write.json.stat(obj.px, filename)
obj.px |
the name of a objest of class |
filename |
the name of the json-stat file to be created (suggested extension, .json) |
Carlos J. Gil Bellosta
write.px
## Not run: opx1 <- read.px(system.file( "extdata", "example.px", package = "pxR")) write.json.stat(opx1, file = "opx.px") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.