powered by
Create a JSON-stat object
as.jsonstat(x)is.jsonstat(x)is.jsonstat_dataset(x)is.jsonstat_collection(x)is.jsonstat_dimension(x)
is.jsonstat(x)
is.jsonstat_dataset(x)
is.jsonstat_collection(x)
is.jsonstat_dimension(x)
a JSON-stat object with subclass dataset, dimension or collection
a JSON-stat string, URL or file
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)
Run the code above in your browser using DataLab