Learn R Programming

tsmp (version 0.4.15)

read: 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

Run this code


result <- compute(mp_toy_data$data[, 1], 80)
# \donttest{
tempfile <- file.path(tempdir(), "output.json")
write(result, file = tempfile)
result <- read(tempfile)
# }

Run the code above in your browser using DataLab