read: Read TSMP object from JSON file.

View source: R/serialize.R

readR Documentation

Read TSMP object from JSON file.

Description

Read TSMP object from JSON file.

Usage

read(x, ...)

Arguments

x

a character string with the input filename.

...

other arguments to be passed forward.

Examples



result <- compute(mp_toy_data$data[, 1], 80)

tempfile <- file.path(tempdir(), "output.json")
write(result, file = tempfile)
result <- read(tempfile)


tsmp documentation built on Aug. 21, 2022, 1:13 a.m.