brapi_get_attributevalues: get /attributevalues

View source: R/brapi_get_attributevalues.R

brapi_get_attributevaluesR Documentation

get /attributevalues

Description

Get the Germplasm Attribute Values

Usage

brapi_get_attributevalues(
  con = NULL,
  attributeValueDbId = "",
  attributeDbId = "",
  attributeName = "",
  germplasmDbId = "",
  externalReferenceID = "",
  externalReferenceSource = "",
  page = 0,
  pageSize = 1000
)

Arguments

con

list; required: TRUE; BrAPI connection object

attributeValueDbId

character; required: FALSE; The unique database identifier for an attribute value.

attributeDbId

character; required: FALSE; The unique database identifier for an attribute.

attributeName

character; required: FALSE; The human readable name for an attribute.

germplasmDbId

character; required: FALSE; Get all attributes associated with this unique germplasm database identifier.

externalReferenceID

character; required: FALSE; An external reference ID. Could be a simple string or a URI. (use with externalReferenceSource parameter)

externalReferenceSource

character; required: FALSE; An identifier for the source system or database of an external reference (use with externalReferenceID parameter)

page

integer; required: FALSE; Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is page = 0). Default is 0.

pageSize

integer; required: FALSE; The size of the pages to be returned. Default is 1000.

Details

Get the Germplasm Attribute Values

Value

data.frame

Author(s)

Maikel Verouden

References

BrAPI SwaggerHub

See Also

Other brapi-germplasm: brapi_get_attributes(), brapi_get_germplasm(), brapi_get_search_attributes_searchResultsDbId(), brapi_get_search_attributevalues_searchResultsDbId(), brapi_get_search_germplasm_searchResultsDbId(), brapi_post_search_attributes(), brapi_post_search_attributevalues(), brapi_post_search_germplasm()

Other Germplasm Attribute Values: brapi_get_search_attributevalues_searchResultsDbId(), brapi_post_search_attributevalues()

Examples

## Not run: 
con <- brapi_db()$testserver
brapi_get_attributevalues(con = con)

## End(Not run)


mverouden/brapir-v2 documentation built on April 22, 2022, 9:24 a.m.