View source: R/get_cultivars_list.R
get_cultivars_list | R Documentation |
Extracts the cultivar names from a plant file
get_cultivars_list(file)
file |
The path of a plant file. |
A vector of cultivar names
path <- get_examples_path(file_type = "xml")
# Read from a plant file (all cultivars available in a plant file)
cv_list <- get_cultivars_list(file = file.path(path, "file_plt.xml"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.