biolflor_clean: Removes redundant text in traits collected from Biolflor

View source: R/clean_table.R

biolflor_cleanR Documentation

Removes redundant text in traits collected from Biolflor

Description

BiolFlor tables contains brief explanations of traits: that is ok for the website but tends to produce clumsy tables in dataframes returned by tr8(), thus this extra-text is removed (to improve readibility of such tables). This function is internally used by tr8(), users do not need to run it.

Usage

biolflor_clean(input)

Arguments

input

a intermediate dataframe retrieved by tr8()

Value

a dataframe with shortened names for the traits levels' values

Author(s)

Gionata Bocci <boccigionata@gmail.com>

See Also

biolflor

Examples


biolflor_clean(biolflor("Avena sativa"))


GioBo/TR8 documentation built on June 16, 2022, 9:10 p.m.