powered by
Extracts the cultivar names from a plant file
get_cultivars_list(file)
A vector of cultivar names
The path of a plant file.
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"))
Run the code above in your browser using DataLab