get_cultivars_param: Get the values of cultivar-specific parameters from an xml...

View source: R/get_cultivars_param.R

get_cultivars_paramR Documentation

Get the values of cultivar-specific parameters from an xml plant file (*_plt.xml)

Description

Extracts the values of cultivar-specific parameters from a plant file

Usage

get_cultivars_param(file)

Arguments

file

The path of a plant file.

Value

A data.frame with one row per cultivar and one column per parameter

Examples

path <- get_examples_path(file_type = "xml")

# Read from a plant file (all cultivars available in a plant file)
cv_param_df <- get_cultivars_param(file = file.path(path, "file_plt.xml"))


SticsRFiles documentation built on Sept. 12, 2024, 7:41 a.m.