Description Usage Arguments Examples
Import a single RSML file into a List. Work only if the roots in the rsml file have properties associated with them.
1  | rsmlToList(rsml.path)
 | 
rsml.path | 
 The path to the .rsml file. Mandatory.  | 
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
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.