Learn R Programming

LightFitR (version 1.0.0)

read.helio_json: Read a heliospectra script (json format) into a matrix.

Description

Read a heliospectra script (json format) into a matrix.

Usage

read.helio_json(helio_script)

Value

Matrix containing the regime encoded by the Heliospectra script

Arguments

helio_script

File (.txt or .json) containing heliospectra regime script

Examples

Run this code
example_file <- system.file("extdata", "example_json_schedule.txt",
  package = "LightFitR", mustWork = TRUE)
read.helio_json(example_file)

Run the code above in your browser using DataLab