as.jsonstat | R Documentation |
Create a JSON-stat object
as.jsonstat(x)
is.jsonstat(x)
is.jsonstat_dataset(x)
is.jsonstat_collection(x)
is.jsonstat_dimension(x)
x |
a JSON-stat string, URL or file |
a JSON-stat object with subclass dataset, dimension or collection
file_path <- system.file("extdata", "oecd.json", package = "rjstat")
x <- as.jsonstat(file_path)
print(x)
is.jsonstat(x)
is.jsonstat_dataset(x)
is.jsonstat_dimension(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.