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)


matrix-profile-foundation/tsmp documentation built on Aug. 19, 2022, 8:15 p.m.