rsmlToList: Import a single RSML file into a List. Work only if the roots...

Description Usage Arguments Examples

View source: R/rsmlToList.R

Description

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

Usage

1
rsmlToList(rsml.path)

Arguments

rsml.path

The path to the .rsml file. Mandatory.

Examples

1
2
3
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

rsml documentation built on May 30, 2017, 12:41 a.m.

Related to rsmlToList in rsml...