lists trials_details available on a brapi server

ba_trials_details(con = NULL, trialDbId = "", rclass = "tibble")

Arguments

con

brapi connection object

trialDbId

character; default: ''; otherwise an identifier

rclass

string; default: tibble

Value

rclass as defined

References

https://github.com/plantbreeding/API/blob/master/Specification/Trials/GetTrialById.md(github)

See also

Examples

if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_trials_details(con = con, ...) }