Skip to contents

Get Germplasm Progeny

Usage

brapi_germplasm_progeny(con, germplasmDbId)

Arguments

con

A brapi_connection() object.

germplasmDbId

Character. The unique germplasm identifier.

Value

A tibble with progeny information.

Examples

# \donttest{
con <- brapi_connection("https://test-server.brapi.org")
brapi_germplasm_progeny(con, "germplasm1")
#> # A tibble: 1 × 3
#>   germplasmDbId germplasmName        progeny   
#>   <chr>         <chr>                <list>    
#> 1 germplasm1    Tomatillo Fantastico <list [1]>
# }