R/create_trait_set_string.R
create_trait_set_string.Rd
For example, a data frame with row A 1 and another row B 2, the trait set string will be A=1,B=2
A 1
B 2
A=1,B=2
create_trait_set_string(df)
a data frame with two columns
the trait set string
Richèl J.C. Bilderbeek