Learn R Programming

rsml (version 1.3)

rsmlToList: Import a single RSML file into a List. Work only if the roots in the rsml file have properties associated with them.

Description

Import a single RSML file into a List. Work only if the roots in the rsml file have properties associated with them.

Usage

rsmlToList(rsml.path)

Arguments

rsml.path
The path to the .rsml file. Mandatory.

Examples

Run this code
path <- "http://rootsystemml.github.io/images/examples/arabidopsis-simple.rsml"
pl.list <- rsmlToList(path) # import the file as a list
write.csv(pl.list$processed, "rsml-table.csv") # save it as a csv table

Run the code above in your browser using DataLab