ba_studies_observationlevels: ba_studies_observationlevels

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/ba_studies_observationlevels.R

Description

Retrieve the list of supported observation levels.

Usage

1
2
ba_studies_observationlevels(con = NULL, pageSize = 1000, page = 0,
  rclass = c("tibble", "data.frame", "list", "vector", "json"))

Arguments

con

list, brapi connection object

pageSize

integer, items per page to be returned; default: 1000

page

integer, the requested page to be returned; default: 0 (1st page)

rclass

character, class of the object to be returned; default: "tibble", possible other values: "data.frame"/"list"/"vector"/ "json"

Details

Observation levels indicate the granularity level at which the measurements are taken. The values are used to supply the observationLevel parameter in the observation unit details call.

Value

An object of class as defined by rclass containing the details of the measured observation variables for a requested study.

Note

Tested against: sweetpotatobase, test-server

BrAPI Version: 1.1, 1.2

BrAPI Status: active

Author(s)

Reinhard Simon, Maikel Verouden

References

github

See Also

Other studies: ba_phenotypes_search, ba_studies_details, ba_studies_germplasm_details, ba_studies_layout, ba_studies_observations, 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

Other phenotyping: ba_phenotypes_search, ba_samples_save, ba_samples_search_post, ba_samples_search, ba_samples, ba_studies_details, ba_studies_layout, 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

Examples

1
2
3
4
5
6
7
8
if (interactive()) {
  library(brapi)

  con <- ba_db()$testserver

  ba_studies_observationlevels(con)

}

c5sire/brapi documentation built on Oct. 17, 2019, 11:45 a.m.