infos: infos

Description Usage Arguments Value Examples

View source: R/infos.R

Description

The function belongs to the dataset management part. It search a parameter of interest (either phenotypical or environmental) against all the parameters already present in the collection. If the parameter is there the function returns all the information and metadata about this parameter. Otherwise it prints an error message and the user should first use the add_param function and then try again.

Usage

1
infos(i.input, i.pw = normalizePath("~"))

Arguments

i.input

Character. Parameter to print.

i.pw

character1. Output path. (default home folder).

Value

Detailed information for the selected environmental/phenotypical parameter

Examples

1
2
3
4
5
# Checking info for an environmental parameter.
infos("CO_Spring")

# Checking info for a phenotypical parameter.
infos("LN16_87")

pezzcvd/daphneg2 documentation built on Oct. 13, 2021, 10:34 p.m.