if (FALSE) {
vegc <- read_io(filename = "./vegc.bin.json")
# Returns two-dimensional tibble representation of vegc$data.
as_tibble(vegc)
# cell time band value
#
# 1 0 1901-12-31 1 13627.
# 2 1 1901-12-31 1 120.
# 3 2 1901-12-31 1 133.
# 4 3 1901-12-31 1 97.4
# 5 4 1901-12-31 1 75.9
# 6 5 1901-12-31 1 11.1
}
Run the code above in your browser using DataLab