Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/ba_samples_search_post.R
Used to retrieve list of Samples from a Sample Tracking system based on some search criteria.
1 2 3 4  | ba_samples_search_post(con = NULL, sampleDbId = "",
  observationUnitDbId = "", plateDbId = "", germplasmDbId = "",
  pageSize = 1000, page = 0, rclass = c("tibble", "data.frame",
  "list", "json"))
 | 
con | 
 brapi connection object  | 
sampleDbId | 
 character, default ”  | 
observationUnitDbId | 
 character, default ”  | 
plateDbId | 
 character, default ”  | 
germplasmDbId | 
 character, default ”  | 
pageSize | 
 integer,default 1000  | 
page | 
 integer, default 0  | 
rclass | 
 character; default: "tibble" possible other values: "json"/"list"/"data.frame"  | 
rclass as defined
Tested against: BMS
Reinhard Simon, Maikel Verouden
Other phenotyping: ba_phenotypes_search,
ba_samples_save,
ba_samples_search,
ba_samples,
ba_studies_details,
ba_studies_layout,
ba_studies_observationlevels,
ba_studies_observations,
ba_studies_observationunits_save,
ba_studies_observationunits,
ba_studies_observationvariables,
ba_studies_search_post,
ba_studies_search,
ba_studies_seasons,
ba_studies_studytypes,
ba_studies_table_save,
ba_studies_table,
ba_trials_details, ba_trials
1 2 3 4 5 6 7  | if (interactive()) {
  library(brapi)
  con <- ba_db()$testserver
  ba_samples_search_post(con)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.