Reading JLD structures on R
As mentioned in comments, use rhdf5
to read .jld
files into R.
The syntax is simply:
h5read("path/to/file.jld", "field_name")
As mentioned in comments, use rhdf5
to read .jld
files into R.
The syntax is simply:
h5read("path/to/file.jld", "field_name")