Skip to contents

organ retrieves available organ categories and abbreviations

Usage

organ()

Value

organ returns the tibble with all available organs' abbreviations and corresponding full name.

Examples

organs <- organ()
organs |>
    dplyr::select("name") |>
    dplyr::distinct()
#> # A tibble: 43 × 1
#>    name                 
#>    <chr>                
#>  1 Blood                
#>  2 Bladder              
#>  3 Bone Marrow          
#>  4 Brain                
#>  5 Blood Vasculature    
#>  6 Heart                
#>  7 Larynx               
#>  8 Bronchus (Left)      
#>  9 Eye (Left)           
#> 10 Fallopian Tube (Left)
#> # ℹ 33 more rows